diff options
author | Cy Schubert <cy@FreeBSD.org> | 2021-03-16 16:39:41 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2021-03-16 16:39:41 +0000 |
commit | eb381407531f6439bf316724d4f44be0854e1d4e (patch) | |
tree | 179f668d8f4381fbecf67abc29ee60f5469a04cb /sysutils/mxkill/files/patch-xhead.h | |
parent | x11/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.h | 10 |
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> |