diff options
author | Patrick McHardy <[email protected]> | 2008-05-21 14:08:38 -0700 |
---|---|---|
committer | David S. Miller <[email protected]> | 2008-05-21 14:08:38 -0700 |
commit | c8942f1f0a7e2160ebf2e51ba89e50ee5895a1e7 (patch) | |
tree | 14774d6b3da2cc692a2ca94d8d45e00131fc3c75 /net/unix/sysctl_net_unix.c | |
parent | 4da5105687e0993a3bbdcffd89b2b94d9377faab (diff) |
netfilter: Move linux/types.h inclusions outside of #ifdef __KERNEL__
Greg Steuck <[email protected]> points out that some of the netfilter
headers can't be used in userspace without including linux/types.h
first. The headers include their own linux/types.h include statements,
these are stripped by make headers-install because they are inside
#ifdef __KERNEL__ however. Move them out to fix this.
Reported and Tested by Greg Steuck.
Signed-off-by: Patrick McHardy <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/unix/sysctl_net_unix.c')
0 files changed, 0 insertions, 0 deletions