aboutsummaryrefslogtreecommitdiffstats
path: root/packages/iproute2/iproute2-2.6.20/ip6tunnel.patch
diff options
context:
space:
mode:
authorJamie Lenehan <lenehan@twibble.org>2007-03-17 05:42:27 +0000
committerJamie Lenehan <lenehan@twibble.org>2007-03-17 05:42:27 +0000
commit9664a6cc3405978514cf1f6e7a3331e5ba0171a9 (patch)
tree7cb05caf3c20986d94bb6909fd7b636bac578936 /packages/iproute2/iproute2-2.6.20/ip6tunnel.patch
parent7a434cc8d2c1455a79dc94f3e934ed3736bb1aa1 (diff)
downloadopenembedded-9664a6cc3405978514cf1f6e7a3331e5ba0171a9.tar.gz
iproute2: Add 2.6.20 to pick up a lot of new commands and bug fixes.
Diffstat (limited to 'packages/iproute2/iproute2-2.6.20/ip6tunnel.patch')
-rw-r--r--packages/iproute2/iproute2-2.6.20/ip6tunnel.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/packages/iproute2/iproute2-2.6.20/ip6tunnel.patch b/packages/iproute2/iproute2-2.6.20/ip6tunnel.patch
new file mode 100644
index 0000000000..371de01c16
--- /dev/null
+++ b/packages/iproute2/iproute2-2.6.20/ip6tunnel.patch
@@ -0,0 +1,10 @@
+--- iproute-2.6.20-070313/ip/ip6tunnel.c 2007/03/17 03:44:27 1.1
++++ iproute-2.6.20-070313/ip/ip6tunnel.c 2007/03/17 03:43:14
+@@ -33,6 +33,7 @@
+ #include <sys/socket.h>
+ #include <arpa/inet.h>
+ #include <sys/ioctl.h>
++#include <linux/types.h>
+ #include <linux/ip.h>
+ #include <linux/if.h>
+ #include <linux/if_arp.h>