commit | 61cf693159d6a968a7014e24905143f71ed8ddcf | [log] [tgz] |
---|---|---|
author | Andi Kleen <andi@firstfloor.org> | Wed Dec 16 12:28:44 2009 +0100 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Wed Dec 16 12:36:18 2009 -0800 |
tree | 595a4bddf8b005f7345cc123b19f4da1f5d07aa7 | |
parent | 288f02bbb6e9609cbaf1eb7a9cb97ae45ce090b2 [diff] |
[sysctl] Fix breakage on systems with older glibc As predicted during code review, the sysctl(2) changes made systems with old glibc nearly unusable. About every command gives a: warning: process `ls' used the deprecated sysctl system call with 1.4 warning in the log. I see this on a SUSE 10.0 system with glibc 2.3.5. Don't warn for this common case. Signed-off-by: Andi Kleen <ak@linux.intel.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>