Convert error/errorx/errorc functions -> fatal/fatalx/fatalc and
authormillert <millert@openbsd.org>
Wed, 15 Apr 2015 16:43:11 +0000 (16:43 +0000)
committermillert <millert@openbsd.org>
Wed, 15 Apr 2015 16:43:11 +0000 (16:43 +0000)
commit7f8cbab5a5a36a259f0cef77a7d34ee10fbf3a8c
treeae1b40d52e2a5f6a79986c10b260e2b4028b48cc
parentabbe1350b0abccc33cf50238b173008641f73946
Convert error/errorx/errorc functions -> fatal/fatalx/fatalc and
make then take a printf format string instead of requiring the
caller to snprintf into a buffer first.  OK deraadt@
usr.sbin/pwd_mkdb/pwd_mkdb.c