Files
haikuports/sys-apps/dbus/patches/dbus-1.6.8.patch
Cian Duffy 9854e72bd3 dbus - not extensively tested at all but seems to work. Does not
auto-start or is in any way integrated to the OS.
2013-02-13 00:04:49 +00:00

12 lines
339 B
Diff

--- dbus-1.6.8/dbus/sd-daemon.c 2011-07-13 20:42:21.040108032 +0000
+++ dbus-1.6.8-haiku/dbus/sd-daemon.c 2013-02-12 18:57:28.067108864 +0000
@@ -32,7 +32,7 @@
#include <sys/stat.h>
#include <sys/socket.h>
#include <sys/un.h>
-#include <sys/fcntl.h>
+#include <fcntl.h>
#include <netinet/in.h>
#include <stdlib.h>
#include <errno.h>