CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/11/01 18:30:41
Modified files:
usr.sbin/bgpd : parse.y
Log message:
Add gcc format attributes to parse.y's yyerror() for bgpd.
Fix some of the format characters in yyerror calls: %u -> %zu, %lld -> %u
ok claudio@
