aboutsummaryrefslogtreecommitdiff
path: root/devel/dbus/files/patch-glib_dbus-gobject.c
diff options
context:
space:
mode:
Diffstat (limited to 'devel/dbus/files/patch-glib_dbus-gobject.c')
-rw-r--r--devel/dbus/files/patch-glib_dbus-gobject.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/devel/dbus/files/patch-glib_dbus-gobject.c b/devel/dbus/files/patch-glib_dbus-gobject.c
deleted file mode 100644
index 858958d80ef9..000000000000
--- a/devel/dbus/files/patch-glib_dbus-gobject.c
+++ /dev/null
@@ -1,12 +0,0 @@
---- glib/dbus-gobject.c.orig Mon Apr 4 01:17:05 2005
-+++ glib/dbus-gobject.c Mon Apr 4 01:17:17 2005
-@@ -396,8 +396,8 @@ write_interface (gpointer key, gpointer
- for (; methods; methods = methods->next)
- {
- DBusGMethodInfo *method;
-- method = methods->data;
- const char *args;
-+ method = methods->data;
-
- g_string_append_printf (xml, " <method name=\"%s\">\n",
- method_name_from_object_info (object_info, method));