summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/dbus/files/dbus-0.95-pass-context.patch')
-rw-r--r--sys-apps/dbus/files/dbus-0.95-pass-context.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/sys-apps/dbus/files/dbus-0.95-pass-context.patch b/sys-apps/dbus/files/dbus-0.95-pass-context.patch
new file mode 100644
index 000000000000..1e5612198c19
--- /dev/null
+++ b/sys-apps/dbus/files/dbus-0.95-pass-context.patch
@@ -0,0 +1,11 @@
+--- /home/drizzt/dbus-0.95/bus/bus.c.old 2006-11-04 20:41:44 +0000
++++ /home/drizzt/dbus-0.95/bus/bus.c 2006-11-04 20:41:57 +0000
+@@ -517,7 +517,7 @@
+ /* Watch all conf directories */
+ _dbus_list_foreach (bus_config_parser_get_conf_dirs (parser),
+ (DBusForeachFunction) bus_watch_directory,
+- NULL);
++ context);
+
+ return TRUE;
+ }