Linux Headquarters
[ Register ]
[ About us ] [ Home Page ]

Advertisement
[ Kernel ] [ Documentation ] [ Links ] [ Books ]

Advertisement

Kernel v2.4.17-pre8 /kernel/sysctl.c

Filename:/kernel/sysctl.c
Lines Added:2
Lines Deleted:1
Also changed in: (Previous) 2.4.16  2.4.16-pre1  2.4.13-ac8  2.4.13-ac7  2.4.13-ac6  2.4.13-ac5 
(Following) 2.4.17-rc1  2.4.17-rc2  2.4.17  2.4.18-pre3-ac1  2.4.18-pre3-ac2  2.4.18-pre7-ac1 

Location
[  2.4.17-pre8
  [  kernel
     o  sysctl.c

Patch

diff -Naur -X /home/marcelo/lib/dontdiff linux-2.4.16/kernel/sysctl.c linux/kernel/sysctl.c
--- linux-2.4.16/kernel/sysctl.c   Mon Nov 26 10:35:11 2001
+++ linux/kernel/sysctl.c   Mon Dec 10 18:41:29 2001
@@ -45,7 +45,8 @@
 extern int bdf_prm[], bdflush_min[], bdflush_max[];
 extern int sysctl_overcommit_memory;
 extern int max_threads;
-extern int nr_queued_signals, max_queued_signals;
+extern atomic_t nr_queued_signals;
+extern int max_queued_signals;
 extern int sysrq_enabled;
 extern int core_uses_pid;
 extern int cad_pid;


Comments: webmaster (at) linuxhq.com.
Advertising: banners (at) linuxhq.com.
Compilation ©1998-2008 Linux Headquarters, Inc.