aboutsummaryrefslogtreecommitdiffstats
path: root/java/jmp
diff options
context:
space:
mode:
authorolgeni <olgeni@FreeBSD.org>2003-06-29 17:07:24 +0800
committerolgeni <olgeni@FreeBSD.org>2003-06-29 17:07:24 +0800
commitbe9f7f5396e9f45d7e583b3b737740fe0961e88b (patch)
tree427bcda9b62b2b5593d124e19345d87e5c83f255 /java/jmp
parent335fad2f66a341aadf0eaa7f58b2a9318af8ef7d (diff)
downloadfreebsd-ports-gnome-be9f7f5396e9f45d7e583b3b737740fe0961e88b.tar.gz
freebsd-ports-gnome-be9f7f5396e9f45d7e583b3b737740fe0961e88b.tar.zst
freebsd-ports-gnome-be9f7f5396e9f45d7e583b3b737740fe0961e88b.zip
Fix build for -CURRENT (malloc.h issue).
PR: 53778 Submitted by: maintainer
Diffstat (limited to 'java/jmp')
-rw-r--r--java/jmp/files/patch-hash.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/java/jmp/files/patch-hash.c b/java/jmp/files/patch-hash.c
new file mode 100644
index 000000000000..43b7f1e1176e
--- /dev/null
+++ b/java/jmp/files/patch-hash.c
@@ -0,0 +1,13 @@
+$FreeBSD$
+
+--- hash.c Thu Jun 26 16:23:50 2003
++++ hash.c Thu Jun 26 16:23:20 2003
+@@ -1,7 +1,7 @@
+ /* Handle a hash table.
+ */
+
+-#include <malloc.h>
++#include <stdlib.h>
+ #include <jmp.h>
+
+ struct hashnode