]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
* glib/dbus-glib-tool.c: removed extra comma at the end of the
authorJohn (J5) Palmieri <johnp@redhat.com>
Mon, 26 Sep 2005 22:26:38 +0000 (22:26 +0000)
committerJohn (J5) Palmieri <johnp@redhat.com>
Mon, 26 Sep 2005 22:26:38 +0000 (22:26 +0000)
  DBusBindingOutputMode enum which was causing a warning.
  #include <time.h> so using time_t is explicitly defined

ChangeLog
glib/dbus-glib-tool.c

index 71e8f7b6f202a556d3fcdc59e413a4d5cc4fe289..ab9c2e591f7d57a779fdae0a9d4e00e54b8703e5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,10 @@
        We now copy the message from a DBusError and then free 
        the error object befor throwing the error
 
+       * 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
+
 2005-09-26  John (J5) Palmieri  <johnp@redhat.com>
 
        * Integrate patches from Lennart Poettering <mzsqb at 0pointer.de>:
index 53ae42b27b270806e15a0fa5733990fee3d5a7db..228fbf818e6c188b88080d161817ac1f922db219 100644 (file)
@@ -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 @@ typedef enum {
   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