CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2013/08/18 10:32:24
Modified files:
sbin/wsconsctl : display.c
usr.bin/netstat: inet.c inet6.c unix.c
usr.bin/rdist : client.c
usr.sbin/bgpctl: bgpctl.c
usr.sbin/httpd/src/main: http_log.c
usr.sbin/ypserv/mknetid: mknetid.c
games/boggle/boggle: bog.c
Log message:
Fix calls to printf-like functions which passed a non-fixed string
as the format and no variable args.
Replace "%#0.*X" with "%#.*X": the zero-fill flag is ignored/implied
on numeric conversions when a precision is specified.
ok jung@ millert@ krw@