git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a49f37e
)
netfilter: fix userspace header warning
author
Sam Ravnborg
<sam@ravnborg.org>
Sun, 15 Aug 2010 10:03:57 +0000
(10:03 +0000)
committer
David S. Miller
<davem@davemloft.net>
Thu, 19 Aug 2010 06:34:26 +0000
(23:34 -0700)
"make headers_check" issued the following warning:
CHECK include/linux/netfilter (64 files)
usr/include/linux/netfilter/xt_ipvs.h:19: found __[us]{8,16,32,64} type without #include <linux/types.h>
Fix this by as suggested including linux/types.h.
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found