diff options
| author | Patrick McHardy <kaber@trash.net> | 2008-03-10 19:41:06 -0400 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2008-03-10 19:41:06 -0400 |
| commit | b5e85dee2a5433246d5b7488918a1a0ad22c046a (patch) | |
| tree | 8fec53615252e64608a74044b97df2d7e15cc49c /include/linux | |
| parent | e621e69137b24fdbbe7ad28214e8d81e614c25b7 (diff) | |
[NETFILTER]: nfnetlink: fix ifdef in nfnetlink_compat.h
Use __KERNEL__ instead of __KERNEL to make sure the headers are not
usable by the kernel.
Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/netfilter/nfnetlink_compat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/netfilter/nfnetlink_compat.h b/include/linux/netfilter/nfnetlink_compat.h index 02a42d875cf7..e1451760c9cd 100644 --- a/include/linux/netfilter/nfnetlink_compat.h +++ b/include/linux/netfilter/nfnetlink_compat.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | #ifndef _NFNETLINK_COMPAT_H | 1 | #ifndef _NFNETLINK_COMPAT_H |
| 2 | #define _NFNETLINK_COMPAT_H | 2 | #define _NFNETLINK_COMPAT_H |
| 3 | #ifndef __KERNEL | 3 | #ifndef __KERNEL__ |
| 4 | /* Old nfnetlink macros for userspace */ | 4 | /* Old nfnetlink macros for userspace */ |
| 5 | 5 | ||
| 6 | /* nfnetlink groups: Up to 32 maximum */ | 6 | /* nfnetlink groups: Up to 32 maximum */ |
