summaryrefslogtreecommitdiff
path: root/graphics/urt/files/patch-lib-scanargs.c
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/urt/files/patch-lib-scanargs.c')
-rw-r--r--graphics/urt/files/patch-lib-scanargs.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/graphics/urt/files/patch-lib-scanargs.c b/graphics/urt/files/patch-lib-scanargs.c
deleted file mode 100644
index eb174fe955f0..000000000000
--- a/graphics/urt/files/patch-lib-scanargs.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- lib/scanargs.c.orig Tue Oct 28 07:54:53 2003
-+++ lib/scanargs.c Tue Oct 28 07:55:14 2003
-@@ -43,6 +43,7 @@
- #include "rle_config.h"
- #include <stdio.h>
- #include <ctype.h>
-+#define USE_STDARG
- #ifndef USE_STDARG
- #include <varargs.h>
- #else