[libvirt] [PATCH 8/9] syntax-check: enable prohibit_nonreentrant

Jim Meyering jim at meyering.net
Mon Feb 2 17:08:21 UTC 2009


From: Jim Meyering <meyering at redhat.com>

* .x-sc_prohibit_nonreentrant: Add src/console.c and virterror.c.
* Makefile.cfg (local-checks-to-skip): Don't exempt
sc_prohibit_nonreentrant.
---
 .x-sc_prohibit_nonreentrant |    4 +++-
 Makefile.cfg                |    1 -
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/.x-sc_prohibit_nonreentrant b/.x-sc_prohibit_nonreentrant
index a90e010..cc323b0 100644
--- a/.x-sc_prohibit_nonreentrant
+++ b/.x-sc_prohibit_nonreentrant
@@ -4,5 +4,7 @@ ChangeLog
 ^Makefile*
 ^docs/
 ^tests/
-^src/virsh.c
+^src/virsh\.c
+^src/console\.c
+^src/virterror\.c
 ^build-aux/
diff --git a/Makefile.cfg b/Makefile.cfg
index 44d3898..4506593 100644
--- a/Makefile.cfg
+++ b/Makefile.cfg
@@ -44,7 +44,6 @@ local-checks-to-skip =			\
   sc_prohibit_S_IS_definition		\
   sc_prohibit_atoi_atof			\
   sc_prohibit_jm_in_m4			\
-  sc_prohibit_nonreentrant		\
   sc_prohibit_quote_without_use		\
   sc_prohibit_quotearg_without_use	\
   sc_prohibit_stat_st_blocks		\
-- 
1.6.1.2.418.gd79e6




More information about the libvir-list mailing list