patch-2.3.48 linux/include/linux/sysctl.h
Next file: linux/include/linux/sysv_fs.h
Previous file: linux/include/linux/smb_fs.h
Back to the patch index
Back to the overall index
- Lines: 23
- Date:
Thu Feb 24 10:15:58 2000
- Orig file:
v2.3.47/linux/include/linux/sysctl.h
- Orig date:
Thu Feb 10 17:11:22 2000
diff -u --recursive --new-file v2.3.47/linux/include/linux/sysctl.h linux/include/linux/sysctl.h
@@ -21,11 +21,11 @@
****************************************************************
*/
-#include <linux/lists.h>
-
#ifndef _LINUX_SYSCTL_H
#define _LINUX_SYSCTL_H
+#include <linux/list.h>
+
#define CTL_MAXNAME 10
struct __sysctl_args {
@@ -664,7 +664,7 @@
struct ctl_table_header
{
ctl_table *ctl_table;
- DLNODE(struct ctl_table_header) ctl_entry;
+ struct list_head ctl_entry;
};
struct ctl_table_header * register_sysctl_table(ctl_table * table,
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)