projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e621e69
)
[NETFILTER]: nfnetlink: fix ifdef in nfnetlink_compat.h
author
Patrick McHardy
<kaber@trash.net>
Mon, 10 Mar 2008 23:41:06 +0000
(16:41 -0700)
committer
David 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
patch
|
blob
|
history
diff --git
a/include/linux/netfilter/nfnetlink_compat.h
b/include/linux/netfilter/nfnetlink_compat.h
index 02a42d875cf74810305e87b3a9e222a088308ae9..e1451760c9cd3dfc991c707d2b4d90b7062b5fb2 100644
(file)
--- 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 */