]> xenbits.xensource.com Git - libvirt.git/commitdiff
"make syntax-check" was complaining that network_driver.c was missing from
authorChris Lalancette <clalance@redhat.com>
Thu, 16 Oct 2008 12:04:06 +0000 (12:04 +0000)
committerChris Lalancette <clalance@redhat.com>
Thu, 16 Oct 2008 12:04:06 +0000 (12:04 +0000)
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>
ChangeLog
po/POTFILES.in
src/network_driver.c

index 3ff25f1e5f43d6ea644a5637b09d551622e6965d..2aff53047afd762d3a32cab8573f91817353faae 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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:
index dbbc556809d44b2c7cf8103e0a43a806ba62c5b1..f67115593d184b158e1b1dd900d88999ac649a33 100644 (file)
@@ -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
index 3d68cdd62434e06a13d1fbfd9d0dde1d62cc3a33..411cfde2983a539848e064760a4acf1bfe2d3858 100644 (file)
@@ -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"