From 62d8e96a06e664c929a164bfb66b515d1c6877a8 Mon Sep 17 00:00:00 2001 From: paul Date: Tue, 2 Nov 2004 20:26:45 +0000 Subject: 2004-11-02 Paul Jakma * ospf_packet.c: (ospf_write_frags) remove iov arg, msg already points to it. Add convenience pointer to msg->msg_iov[1], and use this, fixing the unfortunate borkenness introduced in moving of this code to a function. (ospf_write) remove iovp and fix up call to previous. (ospf_ls_upd_packet_new) cast size to long int - unfortunately glibc's size_t format modifier is not portable. --- ospfd/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ospfd/ChangeLog') diff --git a/ospfd/ChangeLog b/ospfd/ChangeLog index d174337a..e3efeb10 100644 --- a/ospfd/ChangeLog +++ b/ospfd/ChangeLog @@ -1,3 +1,13 @@ +2004-11-02 Paul Jakma + + * ospf_packet.c: (ospf_write_frags) remove iov arg, msg already points + to it. Add convenience pointer to msg->msg_iov[1], and use this, + fixing the unfortunate borkenness introduced in moving of this code + to a function. + (ospf_write) remove iovp and fix up call to previous. + (ospf_ls_upd_packet_new) cast size to long int - unfortunately + glibc's size_t format modifier is not portable. + 2004-10-31 Paul Jakma * ospf_packet.c: (ospf_write_frags) Add debug output -- cgit v1.2.1