提交 0fd0cb60 编写于 作者: C Chris Lalancette

"make syntax-check" was complaining that network_driver.c was missing from

POTFILES.in.  Add it there, and then fix up one warning about included
c-ctypes.h that wasn't being used.
Signed-off-by: NChris Lalancette <clalance@redhat.com>
上级 d0a8e88b
Wed Oct 16 14:03:00 CEST 2008 Chris Lalancette <clalance@redhat.com>
* "make syntax-check" was complaining that network_driver.c was
missing from POTFILES.in. Add it, and then fix up one warning about
included c-ctypes.h that wasn't being used.
Wed Oct 15 19:38:00 BST 2008 Richard W.M. Jones <rjones@redhat.com>
* configure.in, src/Makefile.am, src/virsh_win_icon.rc:
......
......@@ -11,6 +11,7 @@ src/lxc_container.c
src/lxc_controller.c
src/lxc_driver.c
src/network_conf.c
src/network_driver.c
src/openvz_conf.c
src/openvz_driver.c
src/proxy_internal.c
......
......@@ -47,7 +47,6 @@
#include "network_driver.h"
#include "network_conf.h"
#include "driver.h"
#include "c-ctype.h"
#include "event.h"
#include "buf.h"
#include "util.h"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册