[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@xxxxxxxxx> --- commit a0866e6699bd8bd0f5016eaf8a194c0f4dfd5f7e tree 6794b755e7e2fbc0e9318fd6086f0065cc2b1577 parent ac840248700f1675ae55fe629dd7bd0a5eb17c4f author Patrick McHardy <kaber@xxxxxxxxx> Mon, 10 Mar 2008 17:50:41 +0100 committer Patrick McHardy <kaber@xxxxxxxxx> Mon, 10 Mar 2008 17:50:41 +0100 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 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 */ -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html