summaryrefslogtreecommitdiff
path: root/math/xfractint/patches/patch-ak
blob: 4e259fe642268a156390ad4391b37847e18889ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
$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