source: freewrt/package/l2tpd/patches/04-gcc4.patch@ 475ad56

freewrt_1_0 freewrt_2_0
Last change on this file since 475ad56 was 475ad56, checked in by Waldemar Brodkorb <wbx@…>, 20 years ago

add OpenWrt trunk revision 3830.

git-svn-id: svn://www.freewrt.org/trunk/freewrt@1 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
File size: 349 bytes
  • aaa.c

    diff -urN ../tmp-orig/l2tpd-0.70-pre20031121/aaa.c ./aaa.c
    old new  
    2727
    2828/* FIXME: Accounting? */
    2929
    30 static struct addr_ent *uaddr[ADDR_HASH_SIZE];
     30struct addr_ent *uaddr[ADDR_HASH_SIZE];
    3131
    3232void init_addr ()
    3333{
Note: See TracBrowser for help on using the repository browser.