diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-09-04 12:04:52 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-09-04 12:04:52 +0200 |
commit | 078bd7300119646866da8db791b61c342fd69f4b (patch) | |
tree | 7c851f5b76be27ce28ae4b7ce5804fe6221c6427 /package | |
parent | 9cbc08f0b7a71fb3c06dfac55b6b90b69cd6695f (diff) | |
parent | a35893cf279a651a2e180252b73ec7a21e825e3f (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package')
-rw-r--r-- | package/iptables/patches/patch-include_linux_netfilter_xt_osf_h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/package/iptables/patches/patch-include_linux_netfilter_xt_osf_h b/package/iptables/patches/patch-include_linux_netfilter_xt_osf_h index 5c3422876..00dd62ca8 100644 --- a/package/iptables/patches/patch-include_linux_netfilter_xt_osf_h +++ b/package/iptables/patches/patch-include_linux_netfilter_xt_osf_h @@ -1,10 +1,12 @@ --- iptables-1.4.20.orig/include/linux/netfilter/xt_osf.h 2013-08-06 17:48:43.000000000 +0200 -+++ iptables-1.4.20/include/linux/netfilter/xt_osf.h 2013-08-15 17:04:26.116554236 +0200 -@@ -21,6 +21,7 @@ ++++ iptables-1.4.20/include/linux/netfilter/xt_osf.h 2013-09-04 11:34:30.000000000 +0200 +@@ -21,6 +21,9 @@ #define _XT_OSF_H #include <linux/types.h> ++#if !defined(__GLIBC__) +#include <linux/tcp.h> ++#endif #define MAXGENRELEN 32 |