summaryrefslogtreecommitdiff
path: root/x11/ssystem/patches/patch-ab
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2007-08-08 21:07:48 +0000
committerjoerg <joerg@pkgsrc.org>2007-08-08 21:07:48 +0000
commit5d0ad11ea1b5c11d571148b57df529c4cb17543a (patch)
tree62065983b7eb6ef6df4541ed68866e7cb0df162b /x11/ssystem/patches/patch-ab
parent27ea3183bc7b1c19de97fa5bdccb857b3618e34d (diff)
downloadpkgsrc-5d0ad11ea1b5c11d571148b57df529c4cb17543a.tar.gz
Don't use malloc.h.
Diffstat (limited to 'x11/ssystem/patches/patch-ab')
-rw-r--r--x11/ssystem/patches/patch-ab14
1 files changed, 14 insertions, 0 deletions
diff --git a/x11/ssystem/patches/patch-ab b/x11/ssystem/patches/patch-ab
new file mode 100644
index 00000000000..e86704bf553
--- /dev/null
+++ b/x11/ssystem/patches/patch-ab
@@ -0,0 +1,14 @@
+$NetBSD: patch-ab,v 1.1 2007/08/08 21:09:02 joerg Exp $
+
+--- ssystem.c.orig 2007-08-08 20:49:13.000000000 +0000
++++ ssystem.c
+@@ -21,9 +21,6 @@
+ #include <stdlib.h>
+ #include <string.h>
+ #include <math.h>
+-#ifndef __FreeBSD__
+-#include <malloc.h>
+-#endif
+ #include <time.h>
+ #include <setjmp.h>
+ #include "ssystem.h"