summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Blake <eblake@redhat.com>2011-01-06 17:17:32 -0700
committerEric Blake <eblake@redhat.com>2011-01-14 15:39:05 -0700
commit63dbc84a88bf581cdc3dc86a273794b5af60dd22 (patch)
tree76b7d6891eac90427cad9644d3a87d27350346d9 /Makefile.am
parentdatatypes: avoid redundant __FUNCTION__ (diff)
downloadlibvirt-63dbc84a88bf581cdc3dc86a273794b5af60dd22.tar.gz
libvirt-63dbc84a88bf581cdc3dc86a273794b5af60dd22.tar.bz2
libvirt-63dbc84a88bf581cdc3dc86a273794b5af60dd22.zip
maint: improve sc_prohibit_strncmp syntax check
* .gnulib: Update, for sc_prohibit_strcmp fix. * cfg.mk: Adjust copyright; the only FSF portions come from when this file was copied from coreutils. (sc_prohibit_strncmp): Copy bug-fixes from sc_prohibit_strcmp. * .x-sc_prohibit_strcmp: Delete, now that rule is smarter. * .x-sc_prohibit_strncmp: Likewise. * Makefile.am (syntax_check_exceptions): Track deletion.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index c525e65bd..36463f547 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -33,8 +33,6 @@ syntax_check_exceptions = \
.x-sc_prohibit_nonreentrant \
.x-sc_prohibit_readlink \
.x-sc_prohibit_sprintf \
- .x-sc_prohibit_strcmp \
- .x-sc_prohibit_strncmp \
.x-sc_prohibit_strncpy \
.x-sc_prohibit_test_minus_ao \
.x-sc_prohibit_VIR_ERR_NO_MEMORY \