]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
fix failing "make syntax-check"
authorJim Meyering <meyering@redhat.com>
Wed, 6 Aug 2008 13:07:55 +0000 (13:07 +0000)
committerJim Meyering <meyering@redhat.com>
Wed, 6 Aug 2008 13:07:55 +0000 (13:07 +0000)
* src/stats_linux.c: Don't include <c-ctype.h> no longer used.

ChangeLog
src/stats_linux.c

index c23799c3a022421b79cea951feb65852f52d0e31..ea6f1da522eeac075a6997f6f3cd0c4ea533dd2f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 Tue Aug  6 13:30:44 CEST 2008 Jim Meyering  <meyering@redhat.com>
 
+       fix failing "make syntax-check"
+       * src/stats_linux.c: Don't include <c-ctype.h> no longer used.
+
        work around MinGW build failure due to its lack of inet_aton
        Use inet_pton instead; pull in gnulib's module by the same name.
        * src/network_conf.c (virNetworkDefParseXML): Use inet_pton,
index 897251babd9aed3e0b1f71b36b81bc1e041dc07e..3f7dd52a46dadd1513383bcd51dab42fd64e2b23 100644 (file)
@@ -19,7 +19,6 @@
 #include <string.h>
 #include <unistd.h>
 #include <regex.h>
-#include "c-ctype.h"
 
 #ifdef WITH_XEN
 #include <xs.h>