summaryrefslogtreecommitdiff
path: root/security/super/files/patch-localsys.h
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2018-07-26 23:28:32 +0000
committerRenato Botelho <garga@FreeBSD.org>2018-07-26 23:28:32 +0000
commit99fa9a1472697ae64749f9870e49840c6a5061d0 (patch)
tree8cef2315b2171d8bf9bb227671a9629e5a1e7e75 /security/super/files/patch-localsys.h
parent- Update security/libfprint to 0.7.0 (diff)
- Update security/super to 3.30.1
- Re-generate patches with make makepatch - Pass maintainership to submitter PR: 230061 Submitted by: Vinícius Zavam <egypcio@googlemail.com>
Notes
Notes: svn path=/head/; revision=475405
Diffstat (limited to 'security/super/files/patch-localsys.h')
-rw-r--r--security/super/files/patch-localsys.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/security/super/files/patch-localsys.h b/security/super/files/patch-localsys.h
index 05f1f836d77b..a299ad1597c2 100644
--- a/security/super/files/patch-localsys.h
+++ b/security/super/files/patch-localsys.h
@@ -1,4 +1,4 @@
---- localsys.h.orig 2007-12-20 19:14:53 UTC
+--- localsys.h.orig 2018-05-21 22:43:28 UTC
+++ localsys.h
@@ -16,14 +16,14 @@
#ifndef LOCALSYS_H
@@ -17,15 +17,14 @@
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
-@@ -293,9 +293,11 @@ extern int sysinfo();
+@@ -293,8 +293,10 @@ extern int sysinfo();
#include <unistd.h>
#endif
+#ifndef __FreeBSD__ /* FBSD has a malloc.h that tells people to obey C89. */
#ifdef HAVE_MALLOC_H
#include <malloc.h>
- #endif
+#endif
+ #endif
#ifdef HAVE_SYSLOG_H
- #include <syslog.h>