diff options
Diffstat (limited to 'misc/xd/files/patch-xd.c')
-rw-r--r-- | misc/xd/files/patch-xd.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/misc/xd/files/patch-xd.c b/misc/xd/files/patch-xd.c deleted file mode 100644 index 05ae8b558fac..000000000000 --- a/misc/xd/files/patch-xd.c +++ /dev/null @@ -1,11 +0,0 @@ ---- xd.c.orig 1996-08-27 02:23:22.000000000 +0900 -+++ xd.c 2012-10-24 05:56:31.000000000 +0900 -@@ -392,7 +392,7 @@ - * - */ - #define ISFILE(str) (*(str) != '-' || *((str) + 1) == '\0') --void -+int - main(int argc, char *argv[]) - { - int i, nf = 0, show_usage = FALSE, result; |