summaryrefslogtreecommitdiff
path: root/xloadimage-varargs2stdarg.patch
blob: 97d94328f9ede6007e293573919d29daac05bc4e (plain)
1
2
3
4
5
6
7
8
9
10
11
diff -Nur xloadimage.4.1.orig/rlelib.c xloadimage.4.1/rlelib.c
--- xloadimage.4.1.orig/rlelib.c	2004-01-09 10:47:25.000000000 +0100
+++ xloadimage.4.1/rlelib.c	2004-01-09 10:48:54.000000000 +0100
@@ -12,7 +12,6 @@
 
 #include <stdio.h>
 #include <math.h>
-#include <varargs.h>
 #include <ctype.h>
 
 #include "image.h"		/* need ZFILE definition */