From: Patrick McHardy Date: Mon, 10 Mar 2008 23:41:06 +0000 (-0700) Subject: [NETFILTER]: nfnetlink: fix ifdef in nfnetlink_compat.h X-Git-Tag: v2.6.25-rc6~4^2~16 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b5e85dee2a5433246d5b7488918a1a0ad22c046a;p=platform%2Fkernel%2Flinux-stable.git [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 Signed-off-by: David S. Miller --- diff --git a/include/linux/netfilter/nfnetlink_compat.h b/include/linux/netfilter/nfnetlink_compat.h index 02a42d8..e145176 100644 --- a/include/linux/netfilter/nfnetlink_compat.h +++ b/include/linux/netfilter/nfnetlink_compat.h @@ -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 */