summaryrefslogtreecommitdiff
path: root/app-misc/mvcase/files/mvcase-0.1-includes.patch
diff options
context:
space:
mode:
Diffstat (limited to 'app-misc/mvcase/files/mvcase-0.1-includes.patch')
-rw-r--r--app-misc/mvcase/files/mvcase-0.1-includes.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/app-misc/mvcase/files/mvcase-0.1-includes.patch b/app-misc/mvcase/files/mvcase-0.1-includes.patch
deleted file mode 100644
index 095f07a06780..000000000000
--- a/app-misc/mvcase/files/mvcase-0.1-includes.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-* Fix compiler warnings.
-* Remove unused variable.
-
---- a/mvcase.c
-+++ b/mvcase.c
-@@ -17,6 +17,10 @@
- */
-
- #include <stdio.h>
-+#include <stdlib.h> /* exit() free() realloc() */
-+#include <string.h> /* strlen() strcpy() */
-+#include <strings.h> /* rindex() */
-+#include <ctype.h> /* tolower() toupper() */
- #include <shhopt.h>
-
- #define VERSION_INT 0
-@@ -45,7 +45,7 @@
-
- int main (int argc, char **argv)
- {
-- int i,j,k;
-+ int i,j;
- int static flag_upper = 0;
- int static flag_lower = 0;
- int static flag_path = 0;