mirror of https://gitee.com/openkylin/libvirt.git
"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: Chris Lalancette <clalance@redhat.com>
This commit is contained in:
parent
d0a8e88b95
commit
0fd0cb6037
|
@ -1,3 +1,9 @@
|
|||
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"
|
||||
|
|
Loading…
Reference in New Issue