summaryrefslogtreecommitdiff
path: root/cfg.mk
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2012-06-21 18:33:00 +0200
committerJim Meyering <meyering@redhat.com>2012-06-21 18:33:00 +0200
commit6434eb4fc8d1f152ab87e1dd21c60f4bc0d785dd (patch)
tree63d33a6f69155107921b54fa25393a1d0e705c48 /cfg.mk
parent4b2292e0492fd88c81e3543330796607765dddb9 (diff)
downloadgnulib-6434eb4fc8d1f152ab87e1dd21c60f4bc0d785dd.tar.gz
maint: disable the strncpy prohibition
* cfg.mk: Do not prohibit strncpy here.
Diffstat (limited to 'cfg.mk')
-rw-r--r--cfg.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/cfg.mk b/cfg.mk
index 3735b3dbdf..a2b4b487fd 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -56,3 +56,6 @@ exclude_file_name_regexp--sc_prohibit_doubled_word = \
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 = .*