提交 3fb53d11 编写于 作者: J Jim Meyering

fix failing "make syntax-check"

* src/stats_linux.c: Don't include <c-ctype.h> no longer used.
上级 78315851
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,
......
......@@ -19,7 +19,6 @@
#include <string.h>
#include <unistd.h>
#include <regex.h>
#include "c-ctype.h"
#ifdef WITH_XEN
#include <xs.h>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册