CVSROOT: /cvs Module name: src Changes by: [email protected] 2009/01/31 04:44:49
Modified files:
usr.sbin/ospfd : buffer.c database.c lsreq.c lsupdate.c ospfd.h
Log message:
Implement buf_left() to make some some more buffer handling easier.
buf_left() returns the bytes left in a buffer. This makes the check to
keep MD5_DIGEST_LENGTH bytes unallocated in some messages easier.
>From the buf cleanup diff that was OK norby@ and henning@
