proc/sysinfo.c: autotools caused a regression

For some reason necessary variable was commented out at June
2003, see commit bellow for details.

commit 5c99a21b72

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
Sami Kerola 2011-06-04 16:50:01 +02:00
parent 68c73c864c
commit 33fb22b169

View File

@ -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){