mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 01:09:24 -04:00
argument doesn't work. Instead supply an argv list with just a terminating NULL entry. Submitted upstream as https://github.com/rsyslog/rsyslog/pull/1618 Patch files regenerated by 'make makepatch' Reported by: (Chun-Tien Chang) <tcs@kitty.2y.idv.tw>
10 lines
259 B
C
10 lines
259 B
C
--- grammar/rainerscript.c.orig 2017-04-28 07:04:53 UTC
|
|
+++ grammar/rainerscript.c
|
|
@@ -35,6 +35,7 @@
|
|
#include <sys/stat.h>
|
|
#include <sys/types.h>
|
|
#include <libestr.h>
|
|
+#include <unistd.h>
|
|
#include "rsyslog.h"
|
|
#include "rainerscript.h"
|
|
#include "conf.h"
|