pkgsrc/lang/baci/patches/patch-al
2015-12-29 23:34:43 +00:00

14 lines
364 B
Text

$NetBSD: patch-al,v 1.2 2015/12/29 23:34:43 dholland Exp $
Don't use nonstandard headers.
--- lib/genutil.c.orig 1999-09-15 21:38:06.000000000 -0500
+++ lib/genutil.c
@@ -1,7 +1,6 @@
/* general utility programs for the BenAri Concurrent PCODE sytem */
#include <stdio.h>
-#include <malloc.h>
#include <stdlib.h>
#include <string.h>
#include <stdarg.h>