summaryrefslogtreecommitdiff
path: root/security/super/files/patch-localsys.h_2
diff options
context:
space:
mode:
Diffstat (limited to 'security/super/files/patch-localsys.h_2')
-rw-r--r--security/super/files/patch-localsys.h_29
1 files changed, 9 insertions, 0 deletions
diff --git a/security/super/files/patch-localsys.h_2 b/security/super/files/patch-localsys.h_2
new file mode 100644
index 000000000000..15bdac0317ab
--- /dev/null
+++ b/security/super/files/patch-localsys.h_2
@@ -0,0 +1,9 @@
+--- localsys.h.orig Fri Jun 18 09:22:22 2004
++++ localsys.h Fri Sep 3 10:52:44 2004
+@@ -295,4 +295,6 @@
+
++#ifndef __FreeBSD__ /* FBSD has a malloc.h that tells people to obey C89. */
+ #ifdef HAVE_MALLOC_H
+ #include <malloc.h>
++#endif
+ #endif