ports/sysutils/syslog-ng310/files/patch-lfs
Cy Schubert 5ae1f25c72 Move sysutils/syslog-ng-devel to sysutils/syslog-ng310. The syslog-ng
development team at Balabit has adopted a rolling release model for now.

Discussed with:		Peter Czanik (CzP) <peter.czanik@balabit.com>
			Balabit / syslog-ng upstream
2017-06-29 01:11:52 +00:00

20 lines
553 B
Text

--- modules/affile/affile-source.c.orig
+++ modules/affile/affile-source.c
@@ -25,6 +25,7 @@
#include "messages.h"
#include "gprocess.h"
#include "mainloop.h"
+#include "compat/lfs.h"
#include <sys/types.h>
#include <sys/stat.h>
--- modules/affile/wildcard-source.c.orig
+++ modules/affile/wildcard-source.c
@@ -23,6 +23,7 @@
#include "wildcard-source.h"
#include "directory-monitor-factory.h"
#include "messages.h"
+#include "compat/lfs.h"
#include <fcntl.h>
#define DEFAULT_SD_OPEN_FLAGS (O_RDONLY | O_NOCTTY | O_NONBLOCK | O_LARGEFILE)