CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/03/30 14:51:59
Modified files:
usr.bin/rdist : message.c
usr.bin/rdistd : server.c
Log message:
Avoid compiler warning about zero-length printf format strings.
Allow a NULL format in message() and switch the two calls to
error() and message() with an empty format string to using NULL.
OK deraadt@
