summaryrefslogtreecommitdiff
path: root/sysutils/mxkill/files/patch-xhead.h
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2021-03-16 16:39:41 +0000
committerCy Schubert <cy@FreeBSD.org>2021-03-16 16:39:41 +0000
commiteb381407531f6439bf316724d4f44be0854e1d4e (patch)
tree179f668d8f4381fbecf67abc29ee60f5469a04cb /sysutils/mxkill/files/patch-xhead.h
parentx11/rofi-wayland: add new port (diff)
sysutils/mxkill x11/mxascii: Fix FreeBSD-11 build
FreeBSD-11 still contains #error in malloc.h rather than include stdlib.h. Reported by: linimon
Notes
Notes: svn path=/head/; revision=568583
Diffstat (limited to 'sysutils/mxkill/files/patch-xhead.h')
-rw-r--r--sysutils/mxkill/files/patch-xhead.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/sysutils/mxkill/files/patch-xhead.h b/sysutils/mxkill/files/patch-xhead.h
new file mode 100644
index 000000000000..a6115b80b76a
--- /dev/null
+++ b/sysutils/mxkill/files/patch-xhead.h
@@ -0,0 +1,10 @@
+--- xhead.h.orig 1997-03-02 11:06:48.000000000 -0800
++++ xhead.h 2021-03-16 08:52:47.491466000 -0700
+@@ -26,7 +26,6 @@
+
+ #include <stdio.h>
+ #include <stdlib.h>
+-#include <malloc.h>
+ #include <memory.h>
+ #include <ctype.h>
+ #include <string.h>