Fix build for -CURRENT (malloc.h issue).
PR: 53778 Submitted by: maintainer
This commit is contained in:
parent
d09ef49a86
commit
aeacf70455
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=83805
13
java/jmp/files/patch-hash.c
Normal file
13
java/jmp/files/patch-hash.c
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user