summaryrefslogtreecommitdiff
path: root/security/super/files/patch-localsys.h
blob: 15bdac0317abbbd992fea080e0486f5655c6ece1 (plain) (blame)
1
2
3
4
5
6
7
8
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