mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-01 21:58:04 +02:00
* dbus-win.patch: removed obsolate patches.
This commit is contained in:
parent
fabc977527
commit
1470cae3fc
2 changed files with 1 additions and 14 deletions
|
|
@ -1,11 +1,6 @@
|
|||
2007-03-13 Ralf.Habacker <ralf.habacker@freenet.de>
|
||||
|
||||
* dbus/dbus-sysdeps-win.c: fixed broken DBusPipe on
|
||||
win32.
|
||||
|
||||
* dbus/dbus-sysdeps-win.c, dbus/dbus-sysdeps-unix.c:
|
||||
moved platform independent DBusPipe function to
|
||||
dbus-sysdeps.c.
|
||||
* dbus-win.patch: removed obsolate patches.
|
||||
|
||||
2007-03-13 Ralf.Habacker <ralf.habacker@freenet.de>
|
||||
|
||||
|
|
|
|||
|
|
@ -95,14 +95,6 @@ retrieving revision 1.47
|
|||
diff -u -r1.47 config-parser.c
|
||||
--- bus/config-parser.c 26 Jan 2007 16:10:09 -0000 1.47
|
||||
+++ bus/config-parser.c 8 Mar 2007 20:25:40 -0000
|
||||
@@ -27,6 +27,7 @@
|
||||
#include "selinux.h"
|
||||
#include <dbus/dbus-list.h>
|
||||
#include <dbus/dbus-internals.h>
|
||||
+#include <dbus/dbus-userdb.h>
|
||||
#include <string.h>
|
||||
|
||||
typedef enum
|
||||
@@ -3070,10 +3071,15 @@
|
||||
|
||||
static const char *test_service_dir_matches[] =
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue