CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2013/10/27 12:49:25
Modified files:
usr.sbin/bgpctl: irr_output.c whois.c
usr.sbin/httpd/src/modules/keynote: mod_keynote.c
usr.sbin/lpr/common_source: displayq.c
usr.sbin/pppd : options.c
usr.sbin/tcpdump: print-bootp.c
Log message:
If a constant string needs a name, use a static const array instead of a
pointer or non-const array, as that minimizes the symbols, maximizes the
placement into read-only memory, and avoids warnings from gcc -Wformat=2
when they're used as format strings.
ok deraadt@