Skip to content

Commit

Permalink
[PATCH] Make sysctl.h (again) usable from userspace
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Harald Welte authored and Linus Torvalds committed Nov 15, 2005
1 parent 19842d6 commit d4ed803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/sysctl.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@

#include <linux/kernel.h>
#include <linux/types.h>
#include <linux/list.h>
#include <linux/compiler.h>

struct file;
Expand Down Expand Up @@ -859,6 +858,7 @@ enum
};

#ifdef __KERNEL__
#include <linux/list.h>

extern void sysctl_init(void);

Expand Down

0 comments on commit d4ed803

Please sign in to comment.