changeset 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 849fe7deed28
children 2119c582d05b
files ChangeLog cfg.mk
diffstat 2 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Thu Jun 21 08:58:33 2012 -0700
+++ b/ChangeLog	Thu Jun 21 18:33:00 2012 +0200
@@ -1,3 +1,8 @@
+2012-06-21  Jim Meyering  <meyering@redhat.com>
+
+	maint: disable the strncpy prohibition
+	* cfg.mk: Do not prohibit strncpy here.
+
 2012-06-21  Bruno Haible  <bruno@clisp.org>
 
 	nonblocking: Avoid compilation error on mingw64.
--- 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 = .*