summaryrefslogtreecommitdiff
path: root/graphics/urt/files/patch-cnv__wasatchrle.c
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/urt/files/patch-cnv__wasatchrle.c')
-rw-r--r--graphics/urt/files/patch-cnv__wasatchrle.c19
1 files changed, 0 insertions, 19 deletions
diff --git a/graphics/urt/files/patch-cnv__wasatchrle.c b/graphics/urt/files/patch-cnv__wasatchrle.c
deleted file mode 100644
index f18e1c598f33..000000000000
--- a/graphics/urt/files/patch-cnv__wasatchrle.c
+++ /dev/null
@@ -1,19 +0,0 @@
---- cnv/wasatchrle.c.orig 1992-01-21 03:33:32.000000000 +0900
-+++ cnv/wasatchrle.c 2012-10-16 00:57:04.000000000 +0900
-@@ -28,6 +28,7 @@
- */
-
- #include <stdio.h>
-+#include <string.h>
- #include <ctype.h>
- #include <errno.h>
- #include "rle.h"
-@@ -51,7 +52,7 @@
- rle_pixel count, data;
- } was_op;
-
--void
-+int
- main(argc, argv)
- int argc;
- char **argv;