ports/x11/mxascii/files/patch-xhead.h
Cy Schubert eb38140753 sysutils/mxkill x11/mxascii: Fix FreeBSD-11 build
FreeBSD-11 still contains #error in malloc.h rather than include
stdlib.h.

Reported by:	linimon
2021-03-16 16:39:41 +00:00

10 lines
245 B
C

--- xhead.h.orig 1996-06-18 15:52:31.000000000 -0700
+++ xhead.h 2021-03-16 08:52:44.972493000 -0700
@@ -26,7 +26,6 @@
#include <stdio.h>
#include <stdlib.h>
-#include <malloc.h>
#include <memory.h>
#include <ctype.h>
#include <string.h>