commit | 62d8e96a06e664c929a164bfb66b515d1c6877a8 | [log] [tgz] |
---|---|---|
author | paul <paul> | Tue Nov 02 20:26:45 2004 +0000 |
committer | paul <paul> | Tue Nov 02 20:26:45 2004 +0000 |
tree | 62c02b3284bbd08b1e5fe384f08ce0eff18c967c | |
parent | 3c035aa8716efa6f677e43435c5eb9bac6825518 [diff] |
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.