1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/devel/dbus/files/patch-dbus_dbus-sysdeps-util-unix.c
Mateusz Piotrowski 35ed8ec99c Substitute REINPLACE_CMD with a patch
While here, mute MKDIR and regenerate patches.

Approved by:	portmgr blanket
2020-03-27 09:59:14 +00:00

11 lines
274 B
C

--- dbus/dbus-sysdeps-util-unix.c.orig 2019-06-09 12:08:49 UTC
+++ dbus/dbus-sysdeps-util-unix.c
@@ -42,6 +42,7 @@
#include <stdio.h>
#include <errno.h>
#include <fcntl.h>
+#include <syslog.h>
#include <sys/stat.h>
#ifdef HAVE_SYS_RESOURCE_H
#include <sys/resource.h>