bgpd/bgp_attr.c | 4 +-
bgpd/bgp_open.c | 2 -
lib/if.c | 62 ++--------------------------------------------
lib/if.h | 63 +++++++++++++++++++++++++++++++++++++++++------
ospfd/ospf_api.c | 2 -
ospfd/ospf_lsa.c | 2 -
ospfd/ospf_zebra.c | 2 -
ripngd/ripng_interface.c | 6 ++--
8 files changed, 69 insertions(+), 74 deletions(-)
New commits:
commit 775e09c69825718c8d24d193e86c826cb0bf8f68
Author: Stephen Hemminger <[EMAIL PROTECTED]>
Date: Fri Jul 11 16:12:10 2008 -0700
Make some trivial functions on interfaces inline
Make the trivial boolean functions inline to help performance
and code size.
commit d6dc4ba487f79ba79e5fb02f4c3e978fa1edeee5
Author: Stephen Hemminger <[EMAIL PROTECTED]>
Date: Fri Jul 11 16:18:05 2008 -0700
Fix compiler warnings from incorrect format strings
Mostly from incorrect usage of z option. Need to use:
printf(" size = %zd", x->size);
http://suva.vyatta.com/git/?p=vyatta-quagga.git;a=commitdiff;h=775e09c69825718c8d24d193e86c826cb0bf8f68
http://suva.vyatta.com/git/?p=vyatta-quagga.git;a=commitdiff;h=d6dc4ba487f79ba79e5fb02f4c3e978fa1edeee5
_______________________________________________
svn mailing list
[email protected]
http://mailman.vyatta.com/mailman/listinfo/svn