[NETFILTER]: nfnetlink: fix ifdef in nfnetlink_compat.h
authorPatrick McHardy <kaber@trash.net>
Mon, 10 Mar 2008 23:41:06 +0000 (16:41 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 10 Mar 2008 23:41:06 +0000 (16:41 -0700)
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>
include/linux/netfilter/nfnetlink_compat.h

index 02a42d8..e145176 100644 (file)
@@ -1,6 +1,6 @@
 #ifndef _NFNETLINK_COMPAT_H
 #define _NFNETLINK_COMPAT_H
-#ifndef __KERNEL
+#ifndef __KERNEL__
 /* Old nfnetlink macros for userspace */
 
 /* nfnetlink groups: Up to 32 maximum */