pkgsrc/lang/cint/patches/patch-af
dholland 053674084d Fix broken 64-bit build, and patch makefile to stop on error. There
are a lot of woolly things going on here, so PKGREVISION++ as a
precaution.
2008-09-05 05:27:30 +00:00

12 lines
348 B
Text

$NetBSD: patch-af,v 1.1 2008/09/05 05:27:31 dholland Exp $
--- malloc/xmalloc.c~ 2005-05-06 04:48:51.000000000 -0400
+++ malloc/xmalloc.c 2008-09-04 23:50:51.000000000 -0400
@@ -20,6 +20,7 @@
Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include <stdio.h>
+#include <stdlib.h>
static void memory_error_and_abort ();