[procps] [PATCH 3/5] proc/sysinfo.c: autotools made caused regression

  • From: Sami Kerola <kerolasa@xxxxxx>
  • To: procps@xxxxxxxxxxxxx
  • Date: Sun, 24 Apr 2011 19:55:04 +0200

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

commit 5c99a21b722a568253ea4cf5a385e71a54db427c

Signed-off-by: Sami Kerola <kerolasa@xxxxxx>
---
 proc/sysinfo.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/proc/sysinfo.c b/proc/sysinfo.c
index 34f70ec..7bb4ed7 100644
--- a/proc/sysinfo.c
+++ b/proc/sysinfo.c
@@ -221,7 +221,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){
-- 
1.7.4.4


Other related posts:

  • » [procps] [PATCH 3/5] proc/sysinfo.c: autotools made caused regression - Sami Kerola