freebsd-ports/sysutils/rsyslog8/files/patch-plugins__mmexternal__mmexternal.c
Brad Davis c72bec751e Upgrade to 8.6.0
http://www.rsyslog.com/changelog-for-8-6-0-v8-stable/

1: Enable omuxsock by default
2: Fix broken build with RFC3195

PR:		191327 [1], 191412 [2]
Reviewed by:	swills
2014-12-17 22:07:53 +00:00

11 lines
291 B
C

--- plugins/mmexternal/mmexternal.c.orig 2014-11-25 15:45:35 UTC
+++ plugins/mmexternal/mmexternal.c
@@ -31,7 +31,7 @@
#include <errno.h>
#include <unistd.h>
#include <fcntl.h>
-#include <wait.h>
+#include <sys/wait.h>
#include <sys/uio.h>
#include "conf.h"
#include "syslogd-types.h"