diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-01-26 07:40:17 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-01-26 07:40:17 +0000 |
commit | ac4c0121f10a9a03f74e1384bbed9dc1c0c4573d (patch) | |
tree | 061e92e8b455226fcb8ab56e9e1589a888011599 /net | |
parent | Backport 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')
-rw-r--r-- | net/NeTraMet/files/patch-aa | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net/NeTraMet/files/patch-aa b/net/NeTraMet/files/patch-aa new file mode 100644 index 000000000000..de48744f381a --- /dev/null +++ b/net/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 |