projects
/
openwrt
/
svn-archive
/
archive.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
fix userland netfilter headers installed by iptables
[openwrt/svn-archive/archive.git]
/
package
/
iptables
/
patches
/
1.4.1.1
/
008-netfilter_include_linux_type_h.patch
1
--- a/include/linux/netfilter.h
2
+++ b/include/linux/netfilter.h
3
@@ -1,6 +1,7 @@
4
#ifndef __LINUX_NETFILTER_H
5
#define __LINUX_NETFILTER_H
6
7
+#include <linux/types.h>
8
9
/* Responses from hook functions. */
10
#define NF_DROP 0