CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/12/29 11:23:28
Modified files:
usr.sbin/ntpd : ntpd.c
Log message:
Don't assume fprintf() will set the FILE * error condition.
Instead, check the return value of fprintf() and fflush()
and call clearerr() before returning on error. OK jca@
