diff cfg.mk @ 16928:5ae6e7d59a53

maint: disable the strncpy prohibition * cfg.mk: Do not prohibit strncpy here.
author Jim Meyering <meyering@redhat.com>
date Thu, 21 Jun 2012 18:33:00 +0200
parents 5ad2d5fd1f23
children c31ccd2abb3e
line wrap: on
line diff
--- a/cfg.mk	Thu Jun 21 08:58:33 2012 -0700
+++ b/cfg.mk	Thu Jun 21 18:33:00 2012 +0200
@@ -56,3 +56,6 @@
 exclude_file_name_regexp--sc_prohibit_openat_without_use = ^lib/selinux-at\.c$$
 exclude_file_name_regexp--sc_trailing_blank = \
   ^(.*\.class|build-aux/texinfo\.tex|doc/Copyright/assign\.future\.manual)$$
+
+# Disable strncpy prohibition completely, for now.
+exclude_file_name_regexp--sc_prohibit_strncpy = .*