CVSROOT: /cvs Module name: src Changes by: mill...@cvs.openbsd.org 2015/04/15 10:43:11
Modified files: usr.sbin/pwd_mkdb: pwd_mkdb.c Log message: 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@