let ipkg fail when a package file to be installed is not found
[openwrt/staging/wigyori.git] / openwrt / target / linux / package / openswan / patches / 101-arp_header.patch
1 diff -Nur openswan-2.4.5rc5/linux/net/ipsec/ipsec_tunnel.c openswan-2.4.5rc5.patched/linux/net/ipsec/ipsec_tunnel.c
2 --- openswan-2.4.5rc5/linux/net/ipsec/ipsec_tunnel.c 2005-11-22 05:11:52.000000000 +0100
3 +++ openswan-2.4.5rc5.patched/linux/net/ipsec/ipsec_tunnel.c 2006-03-29 01:13:35.000000000 +0200
4 @@ -33,6 +33,7 @@
5 #include <linux/types.h> /* size_t */
6 #include <linux/interrupt.h> /* mark_bh */
7
8 +#include <net/arp.h>
9 #include <net/tcp.h>
10 #include <net/udp.h>
11 #include <linux/skbuff.h>