CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/07/28 07:15:32
Modified files:
usr.sbin/snmpd : parse.y
Log message:
Use a format string for yyerror when printing a variable string.
Pointed out by clang.
(Not really a problem here since we control the string, but these
things tend to get coppied around)
ok gerhard@
