let ipkg fail when a package file to be installed is not found
[openwrt/openwrt.git] / openwrt / package / l2tpd / patches / 04-gcc4.patch
1 diff -urN ../tmp-orig/l2tpd-0.70-pre20031121/aaa.c ./aaa.c
2 --- ../tmp-orig/l2tpd-0.70-pre20031121/aaa.c 2004-12-09 09:54:10.159417376 +0100
3 +++ ./aaa.c 2004-12-09 09:54:01.918670160 +0100
4 @@ -27,7 +27,7 @@
5
6 /* FIXME: Accounting? */
7
8 -static struct addr_ent *uaddr[ADDR_HASH_SIZE];
9 +struct addr_ent *uaddr[ADDR_HASH_SIZE];
10
11 void init_addr ()
12 {