bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] maint: disable the strncpy prohibition


From: Jim Meyering
Subject: [PATCH] maint: disable the strncpy prohibition
Date: Thu, 21 Jun 2012 18:34:25 +0200

Make our "make sc_maint" rule pass once again:

>From 6434eb4fc8d1f152ab87e1dd21c60f4bc0d785dd Mon Sep 17 00:00:00 2001
From: Jim Meyering <address@hidden>
Date: Thu, 21 Jun 2012 18:33:00 +0200
Subject: [PATCH] maint: disable the strncpy prohibition

* cfg.mk: Do not prohibit strncpy here.
---
 ChangeLog | 5 +++++
 cfg.mk    | 3 +++
 2 files changed, 8 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index e65218a..0807054 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-06-21  Jim Meyering  <address@hidden>
+
+       maint: disable the strncpy prohibition
+       * cfg.mk: Do not prohibit strncpy here.
+
 2012-06-21  Bruno Haible  <address@hidden>

        nonblocking: Avoid compilation error on mingw64.
diff --git a/cfg.mk b/cfg.mk
index 3735b3d..a2b4b48 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 = .*
--
1.7.11



reply via email to

[Prev in Thread] Current Thread [Next in Thread]