diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2006-01-29 20:02:22 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2006-01-29 20:02:22 +0000 |
commit | cd80d45cf4e0f984a4034527264865fbed689ddf (patch) | |
tree | 1c74164dca2685f4acd1ca6970ac0684147e8b8a /package/l2tpd | |
parent | 0b029c16e2e16d6decfebf4953af48f9f5ac0a3a (diff) | |
download | upstream-cd80d45cf4e0f984a4034527264865fbed689ddf.tar.gz upstream-cd80d45cf4e0f984a4034527264865fbed689ddf.tar.bz2 upstream-cd80d45cf4e0f984a4034527264865fbed689ddf.zip |
add gcc4 fixes, remove the NEC FC20X2JA driver patch from lcd4linux temporary
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3066 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/l2tpd')
-rw-r--r-- | package/l2tpd/patches/04-gcc4.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/package/l2tpd/patches/04-gcc4.patch b/package/l2tpd/patches/04-gcc4.patch new file mode 100644 index 0000000000..c4a906eace --- /dev/null +++ b/package/l2tpd/patches/04-gcc4.patch @@ -0,0 +1,12 @@ +diff -urN ../tmp-orig/l2tpd-0.70-pre20031121/aaa.c ./aaa.c +--- ../tmp-orig/l2tpd-0.70-pre20031121/aaa.c 2004-12-09 09:54:10.159417376 +0100 ++++ ./aaa.c 2004-12-09 09:54:01.918670160 +0100 +@@ -27,7 +27,7 @@ + + /* FIXME: Accounting? */ + +-static struct addr_ent *uaddr[ADDR_HASH_SIZE]; ++struct addr_ent *uaddr[ADDR_HASH_SIZE]; + + void init_addr () + { |