summaryrefslogtreecommitdiff
path: root/sysutils/fusefs-unionfs/files/patch-src__usyslog.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/fusefs-unionfs/files/patch-src__usyslog.c')
-rw-r--r--sysutils/fusefs-unionfs/files/patch-src__usyslog.c19
1 files changed, 9 insertions, 10 deletions
diff --git a/sysutils/fusefs-unionfs/files/patch-src__usyslog.c b/sysutils/fusefs-unionfs/files/patch-src__usyslog.c
index 1f625090702c..42f8ec61068b 100644
--- a/sysutils/fusefs-unionfs/files/patch-src__usyslog.c
+++ b/sysutils/fusefs-unionfs/files/patch-src__usyslog.c
@@ -1,12 +1,11 @@
---- ./src/usyslog.c.orig 2012-09-11 00:06:32.000000000 +0200
-+++ ./src/usyslog.c 2013-07-24 16:56:29.401473882 +0200
-@@ -20,7 +20,9 @@
- #include <string.h>
- #include <stdlib.h>
- #include <errno.h>
-+#ifndef __FreeBSD__
+--- src/usyslog.c.orig 2015-01-14 10:08:20 UTC
++++ src/usyslog.c
+@@ -23,7 +23,7 @@
+
+ #if __APPLE__
+ #include <malloc/malloc.h>
+-#else
++#elif !defined(__FreeBSD__)
#include <malloc.h>
-+#endif
- #include <pthread.h>
- #include <stdarg.h>
+ #endif