Unbreak for gcc-3.3 where #include <varargs.h> is a fatal error. varargs
wasn't even used here....
This commit is contained in:
parent
50439ed0fa
commit
4cae726e0c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=91924
1 changed files with 10 additions and 0 deletions
10
x11/xloadimage/files/patch-rlelib.c
Normal file
10
x11/xloadimage/files/patch-rlelib.c
Normal 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 */
|
Loading…
Reference in a new issue