2016-11-18 22:39:22 +01:00

15 lines
364 B
Plaintext

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