diff options
-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 |