From fa2b17e39499a77f41a719035a588b7fb63cec63 Mon Sep 17 00:00:00 2001 From: hasso Date: Thu, 4 Mar 2004 17:45:00 +0000 Subject: Many warning fixes from PC Drew ([quagga-dev 940]) and removing using PAGER from vtysh ([quagga-dev 932]). --- ChangeLog | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c2493284..b90f093c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,33 @@ +2004-03-03 PC Drew + + * lib/keychain.c: typecast time_t function to long, fixes compile + warning. + * lib/debug.c: wrapped function with ifdef HAVE_GLIBC_BACKTRACE fixes + compile warning when backtrace doesn't exist for that system. + * zebra/rtadv.c: for OpenBSD, added include statement for + netinet/icmp6.h + * zebra/zserv.c: added default case to switch statements, fixes compile + warning about certain NEXTHOP_TYPE enumeration values not being + handled. + * zebra/rt_socket.c: set *mask = NULL by default, fixes compile + warning, about mask possibly being used uninitialized. + * bgpd/bgp_nexthop.c: added default case to switch statements, fixes + compile warning about certain NEXTHOP_TYPE enumeration values not + being handled. + * ospfd/ospf_spf.c: typecast time_t to long, fixes compile warning. + * ospfd/ospf_route.c: typecast route_node->prefix to prefix_ipv4, fixes + compile warning. + * ospfd/ospf_route.c: typecast prefix_ipv4 to prefix, fixes compile + warning. + * ospfd/ospf_abr.c: typecast prefix to prefix_ipv4 in two instances, + fixes compile warning. + * vtysh/vtysh.c: fixed null pointer sentinel value when doing execl and + friends, fixes compile warning. + * ospf6d/ospf6_damp.c: typecast time_t to long in 4 instances, fixes + compile warning. + * ospf6d/ospf6_main.c: use MAXPATHLEN (if set) instead of 64 for the + _cwd array, fixes compile warning. + 2004-01-19 Paul Jakma * tests/test-sig.c: New file, regression test for sigevents. -- cgit v1.2.1