patch-2.3.16 linux/kernel/sysctl.c
Next file: linux/lib/inflate.c
Previous file: linux/kernel/resource.c
Back to the patch index
Back to the overall index
- Lines: 16
- Date:
Tue Aug 31 12:37:39 1999
- Orig file:
v2.3.15/linux/kernel/sysctl.c
- Orig date:
Thu Aug 26 13:05:42 1999
diff -u --recursive --new-file v2.3.15/linux/kernel/sysctl.c linux/kernel/sysctl.c
@@ -86,6 +86,7 @@
static ctl_table fs_table[];
static ctl_table debug_table[];
static ctl_table dev_table[];
+extern ctl_table random_table[];
/* /proc declarations: */
@@ -221,6 +222,7 @@
#endif
{KERN_MAX_THREADS, "threads-max", &max_threads, sizeof(int),
0644, NULL, &proc_dointvec},
+ {KERN_RANDOM, "random", NULL, 0, 0555, random_table},
{0}
};
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)