[PATCH] Make sysctl.h (again) usable from userspace
Make sysctl.h (again) useable from userspace Signed-off-by: Harald Welte <laforge@netfilter.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
committed by
Linus Torvalds
parent
19842d6734
commit
d4ed803c56
@@ -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
|
|||||||
};
|
};
|
||||||
|
|
||||||
#ifdef __KERNEL__
|
#ifdef __KERNEL__
|
||||||
|
#include <linux/list.h>
|
||||||
|
|
||||||
extern void sysctl_init(void);
|
extern void sysctl_init(void);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user