freebsd-src/contrib/gcclibs
Sean Bruno 4971c4adad Resolve clang warning about a use of syslog. By using a proper enforcement
of string format in a call so syslog

/usr/src/gnu/lib/libssp/../../../contrib/gcclibs/libssp/ssp.c:137:23:
warning: format string is not a string literal (potentially insecure)
      [-Wformat-security]
    syslog (LOG_CRIT, msg1);
                      ^~~~

Reviewed by:	dim@
2013-10-21 22:55:56 +00:00
..
include
libcpp Add support for the GCC binary integer constants extension. 2013-08-31 20:33:37 +00:00
libdecnumber Clean up hardcoded ar(1) flags in the tree to use the global ARFLAGS in 2012-12-06 01:31:25 +00:00
libgomp
libiberty Clean up hardcoded ar(1) flags in the tree to use the global ARFLAGS in 2012-12-06 01:31:25 +00:00
libmudflap
libssp Resolve clang warning about a use of syslog. By using a proper enforcement 2013-10-21 22:55:56 +00:00