CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/10/25 20:32:51
Modified files:
usr.sbin/amd/include: config.h
usr.sbin/amd/amd: xutil.c
Log message:
Use vsyslog() instead of manually expanding the string and calling syslog(%s)
Now that newline stripping isn't needed, use vfprintf() instead of formatting
and then writing it out.
Delete bogus XXX comment that predated the switch to vsnprintf()
Make the format string const char *
