forked from Lainports/freebsd-ports
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
11 lines
291 B
C
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"
|