From 3fb53d1181714c15626a5baef65168271c0412db Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 6 Aug 2008 13:07:55 +0000 Subject: [PATCH] fix failing "make syntax-check" * src/stats_linux.c: Don't include no longer used. --- ChangeLog | 3 +++ src/stats_linux.c | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index c23799c3a0..ea6f1da522 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ Tue Aug 6 13:30:44 CEST 2008 Jim Meyering + fix failing "make syntax-check" + * src/stats_linux.c: Don't include 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, diff --git a/src/stats_linux.c b/src/stats_linux.c index 897251babd..3f7dd52a46 100644 --- a/src/stats_linux.c +++ b/src/stats_linux.c @@ -19,7 +19,6 @@ #include #include #include -#include "c-ctype.h" #ifdef WITH_XEN #include