CVSROOT: /cvs Module name: src Changes by: [EMAIL PROTECTED] 2008/12/04 10:24:13
Modified files:
usr.sbin/smtpd : imsg.c log.c parse.y smtpd.h
Log message:
Declare printf-style functions with __attribute__((format(printf,x,x)))
and fix some of the errors caught by this. Part of a general push to
make yyerror() -Wformat clean throughout the tree.
