Unbreak for gcc-3.3 where #include <varargs.h> is a fatal error. varargs

wasn't even used here....
This commit is contained in:
Peter Wemm 2003-10-23 02:29:44 +00:00
parent 50439ed0fa
commit 4cae726e0c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=91924

View file

@ -0,0 +1,10 @@
--- rlelib.c.base Wed Oct 22 17:20:09 2003
+++ rlelib.c Wed Oct 22 17:18:30 2003
@@ -12,7 +12,6 @@
#include <stdio.h>
#include <math.h>
-#include <varargs.h>
#include <ctype.h>
#include "image.h" /* need ZFILE definition */