CVSROOT: /cvs Module name: src Changes by: guent...@cvs.openbsd.org 2013/10/27 12:54:03
Modified files: sbin/isakmpd : x509.c sbin/newfs_ext2fs: newfs_ext2fs.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@