summaryrefslogtreecommitdiff
path: root/java
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2003-06-29 09:07:24 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2003-06-29 09:07:24 +0000
commitaeacf70455b0ce575740ee1b1ae50161e9cbf8b0 (patch)
tree1c8cd21b2ca24f91bdc1185b96edf6f52af49726 /java
parentUpdate to version 0.31. (diff)
Fix build for -CURRENT (malloc.h issue).
PR: 53778 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=83805
Diffstat (limited to 'java')
-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