pkgsrc/print/pcps/patches/patch-ab
danw 6e8f676783 malloc.h fixes for darwin, plus a handful of other small fixes for
problems found after fixing malloc problems
2004-05-23 23:28:29 +00:00

14 lines
385 B
Text

$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 "