From 6a99f83175d7b5b5868fb82328d569672b8bb9a4 Mon Sep 17 00:00:00 2001 From: paul Date: Mon, 27 Sep 2004 12:56:30 +0000 Subject: 2004-09-27 Paul Jakma * ospf_dump.c: (ospf_ip_header_dump) Use HAVE_IP_HDRINCL_BSD_ORDER Apply to offset too. Print ip_cksum, lets not worry about possible 2.0.37 compile problems. * ospf_packet.c: (ospf_swap_iph_to{n,h}) Use HAVE_IP_HDRINCL_BSD_ORDER. (ospf_recv_packet) ditto. (ospf_write) Fixup iov argument to ospf_write_frags. --- ospfd/ChangeLog | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'ospfd/ChangeLog') diff --git a/ospfd/ChangeLog b/ospfd/ChangeLog index 3724e360..6e1a8646 100644 --- a/ospfd/ChangeLog +++ b/ospfd/ChangeLog @@ -1,7 +1,13 @@ 2004-09-27 Paul Jakma - * ospf_packet.c: (ospf_write) (struct msghdr).msg_name is caddr_t - on most platforms. + * ospf_dump.c: (ospf_ip_header_dump) Use HAVE_IP_HDRINCL_BSD_ORDER + Apply to offset too. Print ip_cksum, lets not worry about + possible 2.0.37 compile problems. + * ospf_packet.c: (ospf_swap_iph_to{n,h}) Use + HAVE_IP_HDRINCL_BSD_ORDER. + (ospf_recv_packet) ditto. + (ospf_write) Fixup iov argument to ospf_write_frags. + (struct msghdr).msg_name is caddr_t on most platforms. (ospf_recv_packet) ditto. And msg_flags is not always there memset struct then set fields we care about rather than initialise all fields individually. -- cgit v1.2.1