summaryrefslogtreecommitdiff
path: root/net-mgmt/NeTraMet/files
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-01-26 07:40:17 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-01-26 07:40:17 +0000
commitac4c0121f10a9a03f74e1384bbed9dc1c0c4573d (patch)
tree061e92e8b455226fcb8ab56e9e1589a888011599 /net-mgmt/NeTraMet/files
parentBackport a patch that will eventually appear in Tk 8.4 to make (diff)
Unbreak on 5.0 (malloc.h)
Notes
Notes: svn path=/head/; revision=53764
Diffstat (limited to 'net-mgmt/NeTraMet/files')
-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 000000000000..de48744f381a
--- /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