From 33fb22b16933c2dbbc401049fec6bcb58f87e093 Mon Sep 17 00:00:00 2001 From: Sami Kerola Date: Sat, 4 Jun 2011 16:50:01 +0200 Subject: [PATCH] proc/sysinfo.c: autotools caused a regression For some reason necessary variable was commented out at June 2003, see commit bellow for details. commit 5c99a21b722a568253ea4cf5a385e71a54db427c Signed-off-by: Sami Kerola --- proc/sysinfo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proc/sysinfo.c b/proc/sysinfo.c index 952faf41..eeb513e4 100644 --- a/proc/sysinfo.c +++ b/proc/sysinfo.c @@ -227,7 +227,7 @@ static void old_Hertz_hack(void){ #define NOTE_NOT_FOUND 42 -//extern char** environ; +extern char** environ; /* for ELF executables, notes are pushed before environment and args */ static unsigned long find_elf_note(unsigned long findme){