]> git.puffer.fish Git - mirror/frr.git/commit
2004-11-02 Paul Jakma <paul@dishone.st>
authorpaul <paul>
Tue, 2 Nov 2004 20:26:45 +0000 (20:26 +0000)
committerpaul <paul>
Tue, 2 Nov 2004 20:26:45 +0000 (20:26 +0000)
commit62d8e96a06e664c929a164bfb66b515d1c6877a8
tree62c02b3284bbd08b1e5fe384f08ce0eff18c967c
parent3c035aa8716efa6f677e43435c5eb9bac6825518
2004-11-02 Paul Jakma <paul@dishone.st>

* 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
ospfd/ospf_packet.c