mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 11:52:55 -04:00
19 lines
375 B
Plaintext
19 lines
375 B
Plaintext
$NetBSD: patch-an,v 1.2 2007/07/28 01:42:50 joerg Exp $
|
|
|
|
--- miscres.c.orig 1999-09-06 15:38:10.000000000 +0000
|
|
+++ miscres.c
|
|
@@ -5,12 +5,9 @@
|
|
#include <string.h>
|
|
#include <ctype.h>
|
|
#include <time.h>
|
|
-#include <malloc.h>
|
|
+#include <stdlib.h>
|
|
#ifndef XFRACT
|
|
-#include <stdarg.h>
|
|
#include <io.h>
|
|
-#else
|
|
-#include <varargs.h>
|
|
#endif
|
|
/*#ifdef __TURBOC__
|
|
#include <dir.h>
|