summaryrefslogtreecommitdiffstats
path: root/net-mgmt
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2002-01-26 07:40:17 +0000
committerkris <kris@FreeBSD.org>2002-01-26 07:40:17 +0000
commitfd07ecea5162c494241d895baadda292f4540713 (patch)
treec4fb63eba2429133bc7d312aeae09f189bce8cf0 /net-mgmt
parentcb34fc26289e627ae6aad72a11052f13e4e9cd31 (diff)
downloadFreeBSD-ports-fd07ecea5162c494241d895baadda292f4540713.zip
FreeBSD-ports-fd07ecea5162c494241d895baadda292f4540713.tar.gz
Unbreak on 5.0 (malloc.h)
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/NeTraMet/files/patch-aa12
1 files changed, 12 insertions, 0 deletions
diff --git a/net-mgmt/NeTraMet/files/patch-aa b/net-mgmt/NeTraMet/files/patch-aa
new file mode 100644
index 0000000..de48744
--- /dev/null
+++ b/net-mgmt/NeTraMet/files/patch-aa
@@ -0,0 +1,12 @@
+--- src/srl/srl.c.orig Sun Oct 3 14:06:34 1999
++++ src/srl/srl.c Fri Jan 25 23:37:10 2002
+@@ -93,7 +93,9 @@
+ #include <stdlib.h>
+ #include <ctype.h>
+ #include <string.h>
++#ifdef HAVE_MALLOC_H
+ #include <malloc.h>
++#endif
+ #include <sys/time.h>
+
+ #define SRLEXT
OpenPOWER on IntegriCloud