summaryrefslogtreecommitdiffstats
path: root/patches/xli-1.17.0/xli-1.17.0-varargs.diff
diff options
context:
space:
mode:
Diffstat (limited to 'patches/xli-1.17.0/xli-1.17.0-varargs.diff')
-rw-r--r--patches/xli-1.17.0/xli-1.17.0-varargs.diff23
1 files changed, 0 insertions, 23 deletions
diff --git a/patches/xli-1.17.0/xli-1.17.0-varargs.diff b/patches/xli-1.17.0/xli-1.17.0-varargs.diff
deleted file mode 100644
index 388313449..000000000
--- a/patches/xli-1.17.0/xli-1.17.0-varargs.diff
+++ /dev/null
@@ -1,23 +0,0 @@
-Subject: xli: use stdargs instead of varargs
-From: Robert Schwebel <r.schwebel@pengutronix.de>
-
-Use stdarg.h instead of varargs.h, which is correct for recent
-toolchains.
-
-Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
-
----
-
-Index: rlelib.c
-===================================================================
---- rlelib.c.orig
-+++ rlelib.c
-@@ -12,7 +12,7 @@
- */
-
- #include "xli.h"
--#include <varargs.h>
-+#include <stdarg.h>
- #include <ctype.h>
- #include "rle.h"
-