diff options
Diffstat (limited to 'graphics/urt/files/patch-tools__applymap.c')
-rw-r--r-- | graphics/urt/files/patch-tools__applymap.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/urt/files/patch-tools__applymap.c b/graphics/urt/files/patch-tools__applymap.c new file mode 100644 index 0000000..2acc820 --- /dev/null +++ b/graphics/urt/files/patch-tools__applymap.c @@ -0,0 +1,11 @@ +--- tools/applymap.c.orig 1995-05-03 01:51:29.000000000 +0900 ++++ tools/applymap.c 2012-10-15 22:52:09.000000000 +0900 +@@ -62,7 +62,7 @@ + * Algorithm: + * [None] + */ +-void ++int + main( argc, argv ) + int argc; + char **argv; |