summaryrefslogtreecommitdiff
path: root/sysutils/rename/files/patch-rename.c
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-03-23 14:06:31 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-03-23 14:06:31 +0000
commit914f77e14bfbdd68b440ae9cb8735f20abfda44e (patch)
tree8f74f4c771df762c3f76a3d045f083553e41f23c /sysutils/rename/files/patch-rename.c
parentUpdate to 4.6.3. (diff)
Update to 1.99.2.
PR: 208212 Submitted by: tkato432 yahoo com Sponsored by: Absolight
Diffstat (limited to 'sysutils/rename/files/patch-rename.c')
-rw-r--r--sysutils/rename/files/patch-rename.c28
1 files changed, 0 insertions, 28 deletions
diff --git a/sysutils/rename/files/patch-rename.c b/sysutils/rename/files/patch-rename.c
deleted file mode 100644
index d167ce201dd7..000000000000
--- a/sysutils/rename/files/patch-rename.c
+++ /dev/null
@@ -1,28 +0,0 @@
---- rename.c.orig 2002-05-20 15:50:50 UTC
-+++ rename.c
-@@ -65,7 +65,7 @@
-
- #if HAVE_REGEX_H
- #include <regex.h>
--#elif
-+#else
- #include "regex.h"
- #endif
-
-@@ -608,7 +608,7 @@ int do_rename(char *oldp, char *newp)
-
- skip:
- if (attr & MOD_VERBO)
-- printf("skiped\n");
-+ printf("skipped\n");
- return rs;
- }
-
-@@ -659,6 +659,6 @@ Report bugs to <xuming@bigfoot.com>.\n";
- if (mode)
- printf(version, VERSION);
- else
-- printf(help);
-+ printf("%s", help);
- }
-