CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/12/28 12:47:57
Modified files:
usr.sbin/smtpd : delivery_filename.c
Log message:
fprintf() may not set the error indicator on failure so just use
fputs() + putc() to write the string and trailing newline. OK jung@
