diff options
| author | Mathieu Arnold <mat@FreeBSD.org> | 2016-03-23 14:06:31 +0000 |
|---|---|---|
| committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-03-23 14:06:31 +0000 |
| commit | 914f77e14bfbdd68b440ae9cb8735f20abfda44e (patch) | |
| tree | 8f74f4c771df762c3f76a3d045f083553e41f23c /sysutils/rename/files/patch-rename.c | |
| parent | Update 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.c | 28 |
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); - } - |
