From 68defd6ddbc840f4877a817dd651a243a398049d Mon Sep 17 00:00:00 2001 From: paul Date: Mon, 27 Sep 2004 07:27:13 +0000 Subject: 2004-09-27 Paul Jakma * ospf_packet.c: (ospf_write) (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. --- ospfd/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ospfd/ChangeLog') diff --git a/ospfd/ChangeLog b/ospfd/ChangeLog index 8423cab0..3724e360 100644 --- a/ospfd/ChangeLog +++ b/ospfd/ChangeLog @@ -1,3 +1,11 @@ +2004-09-27 Paul Jakma + + * ospf_packet.c: (ospf_write) (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. + 2004-09-26 Hasso Tepper * ospf_abr.c, ospf_dump.c, ospf_lsa.c, ospf_packet.c, ospf_vty.c, -- cgit v1.2.1