13 lines
242 B
Text
13 lines
242 B
Text
|
Don't use malloc.h header on OpenBSD.
|
||
|
|
||
|
--- hash.c.orig Thu Nov 20 00:32:43 2014
|
||
|
+++ hash.c Thu Nov 20 00:32:50 2014
|
||
|
@@ -8,7 +8,6 @@
|
||
|
|
||
|
#include <sys/types.h>
|
||
|
#include <stdlib.h>
|
||
|
-#include <malloc.h>
|
||
|
#include <string.h>
|
||
|
|
||
|
#include "hash.h"
|