From 3623814abc4df8435d2fc50697c6d7fc66f21088 Mon Sep 17 00:00:00 2001 From: paul Date: Tue, 11 Oct 2005 04:12:54 +0000 Subject: 2005-10-11 Paul Jakma * ospf_api.c: sign warnings. * ospf_apiserver.c: sign warning and convert all the struct in_addr initialisations so as not to make assumptions about how this struct is organised, initialise the s_addr member explicitely. * ospf_packet.c: Add const qualifier to auth_key. --- ospfd/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ospfd/ChangeLog') diff --git a/ospfd/ChangeLog b/ospfd/ChangeLog index b856ff26..c56f01bb 100644 --- a/ospfd/ChangeLog +++ b/ospfd/ChangeLog @@ -1,3 +1,12 @@ +2005-10-11 Paul Jakma + + * ospf_api.c: sign warnings. + * ospf_apiserver.c: sign warning and convert all the struct + in_addr initialisations so as not to make assumptions about + how this struct is organised, initialise the s_addr member + explicitely. + * ospf_packet.c: Add const qualifier to auth_key. + 2005-10-06 Alain Ritoux * ospf_snmp.c: Avoid mixing interface and ospf_interface objects -- cgit v1.2.1