CVSROOT: /cvs Module name: src Changes by: [email protected] 2013/03/14 09:44:15
Modified files:
usr.bin/mktemp : mktemp.c
Log message:
Add fatal() and fatalx() that honor the quiet flag instead of
using "if (quiet) warn(...); exit(1);" throughout. OK sthen@
