dbus/glib dbus-glib-tool.c,1.14,1.15
John Palmieri
johnp at freedesktop.org
Mon Sep 26 15:26:40 PDT 2005
Update of /cvs/dbus/dbus/glib
In directory gabe:/tmp/cvs-serv1245/glib
Modified Files:
dbus-glib-tool.c
Log Message:
* glib/dbus-glib-tool.c: removed extra comma at the end of the
DBusBindingOutputMode enum which was causing a warning.
#include <time.h> so using time_t is explicitly defined
Index: dbus-glib-tool.c
===================================================================
RCS file: /cvs/dbus/dbus/glib/dbus-glib-tool.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- dbus-glib-tool.c 11 May 2005 19:02:31 -0000 1.14
+++ dbus-glib-tool.c 26 Sep 2005 22:26:38 -0000 1.15
@@ -36,6 +36,7 @@
#include <errno.h>
#include <sys/stat.h>
#include <string.h>
+#include <time.h>
#ifdef DBUS_BUILD_TESTS
static void run_all_tests (const char *test_data_dir);
@@ -45,7 +46,7 @@
DBUS_BINDING_OUTPUT_NONE,
DBUS_BINDING_OUTPUT_PRETTY,
DBUS_BINDING_OUTPUT_GLIB_SERVER,
- DBUS_BINDING_OUTPUT_GLIB_CLIENT,
+ DBUS_BINDING_OUTPUT_GLIB_CLIENT
} DBusBindingOutputMode;
static void
More information about the dbus-commit
mailing list