summaryrefslogtreecommitdiff
path: root/sysutils/dbus/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/dbus/patches/patch-ad')
-rw-r--r--sysutils/dbus/patches/patch-ad14
1 files changed, 14 insertions, 0 deletions
diff --git a/sysutils/dbus/patches/patch-ad b/sysutils/dbus/patches/patch-ad
new file mode 100644
index 00000000000..14f5bec1b7b
--- /dev/null
+++ b/sysutils/dbus/patches/patch-ad
@@ -0,0 +1,14 @@
+$NetBSD: patch-ad,v 1.5 2009/01/07 19:11:36 wiz Exp $
+
+for openlog(), already reported upstream
+
+--- dbus/dbus-sysdeps-util-unix.c.orig 2008-12-18 21:39:04.000000000 +0100
++++ dbus/dbus-sysdeps-util-unix.c
+@@ -43,6 +43,7 @@
+ #include <sys/socket.h>
+ #include <dirent.h>
+ #include <sys/un.h>
++#include <syslog.h>
+ #ifdef HAVE_LIBAUDIT
+ #include <sys/prctl.h>
+ #include <sys/capability.h>