提交 d4ed803c 编写于 作者: H Harald Welte 提交者: Linus Torvalds

[PATCH] Make sysctl.h (again) usable from userspace

Make sysctl.h (again) useable from userspace
Signed-off-by: NHarald Welte <laforge@netfilter.org>
Signed-off-by: NAndrew Morton <akpm@osdl.org>
Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
上级 19842d67
...@@ -20,7 +20,6 @@ ...@@ -20,7 +20,6 @@
#include <linux/kernel.h> #include <linux/kernel.h>
#include <linux/types.h> #include <linux/types.h>
#include <linux/list.h>
#include <linux/compiler.h> #include <linux/compiler.h>
struct file; struct file;
...@@ -859,6 +858,7 @@ enum ...@@ -859,6 +858,7 @@ enum
}; };
#ifdef __KERNEL__ #ifdef __KERNEL__
#include <linux/list.h>
extern void sysctl_init(void); extern void sysctl_init(void);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册