diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2003-06-29 09:07:24 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2003-06-29 09:07:24 +0000 |
commit | aeacf70455b0ce575740ee1b1ae50161e9cbf8b0 (patch) | |
tree | 1c8cd21b2ca24f91bdc1185b96edf6f52af49726 /java | |
parent | d09ef49a86f4659058c289d14803e1a46efa4ebb (diff) | |
download | ports-aeacf70455b0ce575740ee1b1ae50161e9cbf8b0.tar.gz ports-aeacf70455b0ce575740ee1b1ae50161e9cbf8b0.zip |
Notes
Diffstat (limited to 'java')
-rw-r--r-- | java/jmp/files/patch-hash.c | 13 |
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 |