summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalf Habacker <ralf.habacker@freenet.de>2010-03-08 14:44:45 +0100
committerRalf Habacker <ralf.habacker@freenet.de>2010-03-08 16:02:04 +0100
commitcf307bbc5ac67c03fb8cadf8b7d8650d5d2cc210 (patch)
tree63ce1933125edfc559241774bcefaa765933bead
parent76919f681c65be9eaf8f3641f674c607640cd196 (diff)
downloaddbus-cf307bbc5ac67c03fb8cadf8b7d8650d5d2cc210.tar.gz
removed obsolate file from windbus port
-rw-r--r--dbus-win.patch29
1 files changed, 0 insertions, 29 deletions
diff --git a/dbus-win.patch b/dbus-win.patch
deleted file mode 100644
index 68118979..00000000
--- a/dbus-win.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-Index: dbus/dbus-bus.c
-===================================================================
-RCS file: /cvs/dbus/dbus/dbus/dbus-bus.c,v
-retrieving revision 1.64
-diff -u -r1.64 dbus-bus.c
---- dbus/dbus-bus.c 28 Oct 2006 01:41:37 -0000 1.64
-+++ dbus/dbus-bus.c 8 Mar 2007 20:25:40 -0000
-@@ -350,8 +350,10 @@
- {
- int i;
-
-+#if !defined(DBUS_WIN) && !defined(DBUS_WINCE)
-+ // qt example pong says "QMutex::lock: Deadlock detected"
- _DBUS_LOCK (bus);
--
-+#endif
- /* We are expecting to have the connection saved in only one of these
- * slots, but someone could in a pathological case set system and session
- * bus to the same bus or something. Or set one of them to the starter
-@@ -366,7 +368,9 @@
- }
- }
-
-+#if !defined(DBUS_WIN) && !defined(DBUS_WINCE)
- _DBUS_UNLOCK (bus);
-+#endif
- }
-
- static DBusConnection *