From 6c83567192ada1a66822c3f35580ce6a85f51ac9 Mon Sep 17 00:00:00 2001 From: paul Date: Mon, 11 Oct 2004 11:00:30 +0000 Subject: 2004-10-11 Paul Jakma * (global) Const char update and signed/unsigned fixes. * (various headers) size defines should be unsigned. * ospf_interface.h: remove duplicated defines, include the authoritative header - though, these defines should probably be moved to a dedicated header, or ospfd.h. * ospf_lsa.h: (struct lsa) ls_seqnum should be unsigned. * ospf_packet.c: (ospf_write) cast result of shift to unsigned. --- ospfd/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ospfd/ChangeLog') diff --git a/ospfd/ChangeLog b/ospfd/ChangeLog index 34bf6405..75e3b4db 100644 --- a/ospfd/ChangeLog +++ b/ospfd/ChangeLog @@ -10,6 +10,13 @@ (ospf_recv_packet) ip_len is needed for old OpenBSD fixup. (ospf_read) sockopt_iphdrincl_swab_systoh ip header as soon as we have it. + * (global) Const char update and signed/unsigned fixes. + * (various headers) size defines should be unsigned. + * ospf_interface.h: remove duplicated defines, include the + authoritative header - though, these defines should probably + be moved to a dedicated header, or ospfd.h. + * ospf_lsa.h: (struct lsa) ls_seqnum should be unsigned. + * ospf_packet.c: (ospf_write) cast result of shift to unsigned. 2004-10-08 Hasso Tepper -- cgit v1.2.1