From 08a006d08a4c35d2c3ecc9a3d10cf7fd14661a84 Mon Sep 17 00:00:00 2001 From: Adam Weinberger Date: Tue, 29 Jul 2014 17:12:47 +0000 Subject: Rename all patches that contain '::' as a path separator, and use '__' instead. --- graphics/urt/files/patch-tools__rlegrid.c | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 graphics/urt/files/patch-tools__rlegrid.c (limited to 'graphics/urt/files/patch-tools__rlegrid.c') diff --git a/graphics/urt/files/patch-tools__rlegrid.c b/graphics/urt/files/patch-tools__rlegrid.c new file mode 100644 index 000000000000..4ea848aebb0e --- /dev/null +++ b/graphics/urt/files/patch-tools__rlegrid.c @@ -0,0 +1,28 @@ +--- tools/rlegrid.c.orig 1992-04-30 23:12:02.000000000 +0900 ++++ tools/rlegrid.c 2012-10-15 22:55:35.000000000 +0900 +@@ -51,7 +51,7 @@ + * [None] + * Algorithm: + */ +-void ++int + main( argc, argv ) + int argc; + char **argv; +@@ -65,7 +65,7 @@ + rle_op **scanraw[2]; /* space for two raw scanline buffers */ + rle_op *p, *q; + int *nrawp[2]; +- unsigned char fg, bg; ++ unsigned char fg; + + out_hdr = *rle_hdr_init( NULL ); + +@@ -81,7 +81,6 @@ + exit( 1 ); + + fg = fg_color; +- bg = bg_color; + + outfile = rle_open_f( cmd_name( argv ), outfname, "w" ); + -- cgit v1.2.3