From: Ralf Habacker Date: Mon, 8 Mar 2010 13:44:45 +0000 (+0100) Subject: removed obsolate file from windbus port X-Git-Tag: dbus-1.3.1~103 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cf307bbc5ac67c03fb8cadf8b7d8650d5d2cc210;p=platform%2Fupstream%2Fdbus.git removed obsolate file from windbus port --- diff --git a/dbus-win.patch b/dbus-win.patch deleted file mode 100644 index 6811897..0000000 --- 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 *