CVSROOT: /cvs Module name: src Changes by: [email protected] 2013/04/13 10:40:36
Modified files:
usr.sbin/dhcpd : db.c
Log message:
Don't dance with errno, just check the return values of fprintf(),
fputs() and fputc() to see if a failure occurred. Add a couple of
missing checks. Replace putc() with fputc(). Shorter, nicer code.
No functional change.
ok fgsch@
