Author: qrczak Date: Tue Feb 27 22:44:34 2007 GMT Module: SOURCES Tag: HEAD ---- Log message: - mmv-malloc.patch: another patch to make it more valid C. - Release 7 - Note: Source0 no longer exists.
---- Files affected: SOURCES: mmv-malloc.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/mmv-malloc.patch diff -u /dev/null SOURCES/mmv-malloc.patch:1.1 --- /dev/null Tue Feb 27 23:44:34 2007 +++ SOURCES/mmv-malloc.patch Tue Feb 27 23:44:29 2007 @@ -0,0 +1,13 @@ +--- mmv-1.0.1b/mmv.c.orig 2007-02-27 23:39:44.000000000 +0100 ++++ mmv-1.0.1b/mmv.c 2007-02-27 23:40:10.000000000 +0100 +@@ -127,10 +127,6 @@ + #include <unistd.h> + #include <utime.h> + +-extern char *getenv(); +-extern long lseek(); +-extern char *malloc(); +- + #ifdef HAS_DIRENT + #include <dirent.h> + typedef struct dirent DIRENTRY; ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
