pkgsrc/math/xfractint/patches/patch-ak
2006-06-14 09:07:45 +00:00

19 lines
413 B
Text

$NetBSD: patch-ak,v 1.1 2006/06/14 09:07:45 rillig Exp $
This file does not use variable arguments at all.
--- jiim.c.orig 2006-06-15 07:57:40.000000000 +0200
+++ jiim.c 2006-06-15 08:35:20.000000000 +0200
@@ -40,12 +40,6 @@
#include <string.h>
-#ifndef XFRACT
-#include <stdarg.h>
-#else
-#include <varargs.h>
-#endif
-
#ifdef __TURBOC__
# include <mem.h> /* to get mem...() declarations */
#endif