ports/math/lpsolve/python/patches/patch-hash_c

13 lines
242 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
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"