CVSROOT: /cvs Module name: src Changes by: [email protected] 2008/12/11 15:17:12
Modified files:
usr.sbin/smtpd/smtpd: Makefile
Added files:
usr.sbin/smtpd : util.c
Log message:
- bsnprintf() is a wrapper to snprintf() that can be used when we handle an
encoding error or a truncation the same way. This will turn many of
our snprintf() checks into boolean checks.
