lib/smux.c              |   58 ++++++++++++++++++++++++------------------------
 ripd/ripd.c             |    2 -
 zebra/if_linkdetect.c   |   22 ++++++++++++++----
 zebra/interface.c       |    8 ++++++
 zebra/interface.h       |    8 ++++++
 zebra/irdp_packet.c     |    2 -
 zebra/linkdetect_null.c |   12 +++++++++
 zebra/rtadv.c           |    4 ++-
 zebra/zebra_rib.c       |   11 ++++++---
 9 files changed, 88 insertions(+), 39 deletions(-)

New commits:
commit 82e1d7bc0324c5b3afed465c0746d37f7fc1b13b
Author: Stephen Hemminger <[EMAIL PROTECTED]>
Date:   Wed May 28 09:50:36 2008 -0700

    Fix compiler warnings
    
    To eliminate compiler warnings
      * comment out unused code
      * fix printf formats
      * remove always true expression
      * initialize variables

commit 11a1fd54a7246ae4afc634445f3bde06cdc52892
Author: Stephen Hemminger <[EMAIL PROTECTED]>
Date:   Wed May 28 09:48:05 2008 -0700

    get rid of compiler warnings
    
    Changes to eliminate warnings:
        * Use %td for pointer diff printf format
        * Use %zd for size_t printf format
        * Change asn buffers to use u_char
        * make some functions local
        * add some casts

commit 8583ab7c9aaff066a45e477c9c25d921a02ce923
Author: Stephen Hemminger <[EMAIL PROTECTED]>
Date:   Wed May 28 09:14:07 2008 -0700

    Handle empty auth string properly
    
    Compiler warned about dubious code where test was:
      char auth_str[];
    ...
      if (!auth_str)
        return 0;
    
    Looks like what was meant was testing for empty auth
    string.

commit 6e69833249b701330913d80bd9b3c7c991ee61d5
Author: Stephen Hemminger <[EMAIL PROTECTED]>
Date:   Wed May 28 08:57:30 2008 -0700

    Add ipv6 link detect hooks
    
    Enable ipv6 link detect in kernel if needed.

http://suva.vyatta.com/git/?p=vyatta-quagga.git;a=commitdiff;h=82e1d7bc0324c5b3afed465c0746d37f7fc1b13b
http://suva.vyatta.com/git/?p=vyatta-quagga.git;a=commitdiff;h=11a1fd54a7246ae4afc634445f3bde06cdc52892
http://suva.vyatta.com/git/?p=vyatta-quagga.git;a=commitdiff;h=8583ab7c9aaff066a45e477c9c25d921a02ce923
http://suva.vyatta.com/git/?p=vyatta-quagga.git;a=commitdiff;h=6e69833249b701330913d80bd9b3c7c991ee61d5
_______________________________________________
svn mailing list
[email protected]
http://mailman.vyatta.com/mailman/listinfo/svn

Reply via email to