summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-misc/mmv/files/mmv-gcc34.patch')
-rw-r--r--app-misc/mmv/files/mmv-gcc34.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/app-misc/mmv/files/mmv-gcc34.patch b/app-misc/mmv/files/mmv-gcc34.patch
new file mode 100644
index 000000000000..5eb44462488f
--- /dev/null
+++ b/app-misc/mmv/files/mmv-gcc34.patch
@@ -0,0 +1,13 @@
+--- mmv-1.01b.orig/mmv.c.old 2004-09-16 19:54:13.775133568 -0700
++++ mmv-1.01b.orig/mmv.c 2004-09-16 19:56:34.161791552 -0700
+@@ -127,10 +127,6 @@
+ #include <sys/stat.h>
+ #include <sys/file.h>
+
+-extern char *getenv();
+-extern long lseek();
+-extern char *malloc();
+-
+ #ifdef HAS_DIRENT
+ #include <dirent.h>
+ typedef struct dirent DIRENTRY;