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 | dd8eae04cc4c8d453486b9ad7659f35b2d39cf1c (patch) | |
tree | 2be51e1c6c638945f84fae1acd19f9662f0f347f /openwrt/package/l2tpd | |
parent | 6d4eab2a9d6cab630ea0c858315e740bbce4ce54 (diff) | |
download | mtk-20170518-dd8eae04cc4c8d453486b9ad7659f35b2d39cf1c.zip mtk-20170518-dd8eae04cc4c8d453486b9ad7659f35b2d39cf1c.tar.gz mtk-20170518-dd8eae04cc4c8d453486b9ad7659f35b2d39cf1c.tar.bz2 |
add gcc4 fixes, remove the NEC FC20X2JA driver patch from lcd4linux temporary
SVN-Revision: 3066
Diffstat (limited to 'openwrt/package/l2tpd')
-rw-r--r-- | openwrt/package/l2tpd/patches/04-gcc4.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/openwrt/package/l2tpd/patches/04-gcc4.patch b/openwrt/package/l2tpd/patches/04-gcc4.patch new file mode 100644 index 0000000..c4a906e --- /dev/null +++ b/openwrt/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 () + { |