1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-08-23 10:30:16 +03:00
openwrt-xburst/package/openswan/patches/101-arp_header.patch
nico d52614c7a7 move openswan from target/linux/package to package/.
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3974 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-06-17 15:16:21 +00:00

12 lines
499 B
Diff

diff -Nur openswan-2.4.5rc5/linux/net/ipsec/ipsec_tunnel.c openswan-2.4.5rc5.patched/linux/net/ipsec/ipsec_tunnel.c
--- openswan-2.4.5rc5/linux/net/ipsec/ipsec_tunnel.c 2005-11-22 05:11:52.000000000 +0100
+++ openswan-2.4.5rc5.patched/linux/net/ipsec/ipsec_tunnel.c 2006-03-29 01:13:35.000000000 +0200
@@ -33,6 +33,7 @@
#include <linux/types.h> /* size_t */
#include <linux/interrupt.h> /* mark_bh */
+#include <net/arp.h>
#include <net/tcp.h>
#include <net/udp.h>
#include <linux/skbuff.h>