pkgsrc/math/xfractint/patches/patch-an
2007-07-28 01:42:50 +00:00

18 lines
375 B
Text

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