summaryrefslogtreecommitdiff
path: root/security/super/files/patch-localsys.h_2
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-29 14:30:10 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-29 14:30:10 +0000
commit1c30911ff0463c1215e15dd9f7acb886ca35a93d (patch)
tree17783a29eefdfe8b1d45e4895ff0daaf7f6e92c3 /security/super/files/patch-localsys.h_2
parent- Update to 2.4.3 (diff)
Rename security/ patches to reflect the files they modify.
Notes
Notes: svn path=/head/; revision=363328
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