mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
13 lines
331 B
Plaintext
13 lines
331 B
Plaintext
$NetBSD: patch-al,v 1.1 2005/06/24 22:44:58 minskim Exp $
|
|
|
|
--- 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>
|