diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2015-12-31 14:37:05 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2015-12-31 14:37:05 +0000 |
commit | 9705488d2b04bae72082bb795092fe5a57a22305 (patch) | |
tree | e8758e7a5e92ca9c139d14b5856422c8b50aa589 /sysutils/fusefs-unionfs/files/patch-src__usyslog.c | |
parent | Switch to USES=execinfo (diff) |
- Update to 1.0
- Pass maintainership to submitter
PR: 205617
Submitted by: Brendan Molloy
Diffstat (limited to 'sysutils/fusefs-unionfs/files/patch-src__usyslog.c')
-rw-r--r-- | sysutils/fusefs-unionfs/files/patch-src__usyslog.c | 19 |
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 |