CVSROOT: /cvs Module name: src Changes by: e...@cvs.openbsd.org 2009/07/23 12:58:43
Modified files: usr.sbin/bgpd : buffer.c usr.sbin/dvmrpd: buffer.c usr.sbin/ldpd : buffer.c usr.sbin/ntpd : buffer.c usr.sbin/ospf6d: buffer.c usr.sbin/ospfd : buffer.c usr.sbin/relayd: buffer.c usr.sbin/ripd : buffer.c usr.sbin/smtpd : buffer.c usr.sbin/snmpd : buffer.c usr.sbin/ypldap: buffer.c Log message: make buf_write() behave like msgbuf_write(): send out only the bytes that were filled, not the whole buffer. ok pyr@ gilles@