summaryrefslogtreecommitdiff
path: root/print/pcps/patches
diff options
context:
space:
mode:
authordanw <danw@pkgsrc.org>2004-05-23 23:28:29 +0000
committerdanw <danw@pkgsrc.org>2004-05-23 23:28:29 +0000
commit6e8f676783e80d5004357873cec81d74fd8fff28 (patch)
tree0a42eca1c1ab7788ea2342975f551b1a6729f673 /print/pcps/patches
parent437e85176cf4c06d971f68c1dfbcc4bf55f43fbb (diff)
downloadpkgsrc-6e8f676783e80d5004357873cec81d74fd8fff28.tar.gz
malloc.h fixes for darwin, plus a handful of other small fixes for
problems found after fixing malloc problems
Diffstat (limited to 'print/pcps/patches')
-rw-r--r--print/pcps/patches/patch-ab14
1 files changed, 14 insertions, 0 deletions
diff --git a/print/pcps/patches/patch-ab b/print/pcps/patches/patch-ab
new file mode 100644
index 00000000000..ef8d2c7d53a
--- /dev/null
+++ b/print/pcps/patches/patch-ab
@@ -0,0 +1,14 @@
+$NetBSD: patch-ab,v 1.1 2004/05/23 23:28:29 danw Exp $
+
+--- define.h.orig Tue Apr 4 23:06:22 2000
++++ define.h
+@@ -146,9 +146,6 @@ Company: MicroSource Snail: 10 De
+
+ # else /* UNIX */
+
+-# ifndef NEXT /* NeXT has malloc stuff in stdlib */
+-# include <malloc.h>
+-# endif
+ # include <limits.h>
+ # define MAX_PATH MAXPATHLEN
+ # define MODE " Unix Mode "