mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
fix failing "make syntax-check"
* src/stats_linux.c: Don't include <c-ctype.h> no longer used.
This commit is contained in:
parent
783158511a
commit
3fb53d1181
@ -1,5 +1,8 @@
|
|||||||
Tue Aug 6 13:30:44 CEST 2008 Jim Meyering <meyering@redhat.com>
|
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
|
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.
|
Use inet_pton instead; pull in gnulib's module by the same name.
|
||||||
* src/network_conf.c (virNetworkDefParseXML): Use inet_pton,
|
* src/network_conf.c (virNetworkDefParseXML): Use inet_pton,
|
||||||
|
@ -19,7 +19,6 @@
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <regex.h>
|
#include <regex.h>
|
||||||
#include "c-ctype.h"
|
|
||||||
|
|
||||||
#ifdef WITH_XEN
|
#ifdef WITH_XEN
|
||||||
#include <xs.h>
|
#include <xs.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user