Subject: xli: use stdargs instead of varargs From: Robert Schwebel Use stdarg.h instead of varargs.h, which is correct for recent toolchains. Signed-off-by: Robert Schwebel --- Index: rlelib.c =================================================================== --- rlelib.c.orig +++ rlelib.c @@ -12,7 +12,7 @@ */ #include "xli.h" -#include +#include #include #include "rle.h"