Author: areq Date: Fri Jun 17 20:30:22 2005 GMT Module: SOURCES Tag: HEAD ---- Log message: - gcc4 fix
---- Files affected: SOURCES: xfsdump-gcc4.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/xfsdump-gcc4.patch diff -u /dev/null SOURCES/xfsdump-gcc4.patch:1.1 --- /dev/null Fri Jun 17 22:30:22 2005 +++ SOURCES/xfsdump-gcc4.patch Fri Jun 17 22:30:17 2005 @@ -0,0 +1,11 @@ +--- xfsdump-2.2.25/fsr/xfs_fsr.c~ 2004-10-13 00:26:00.000000000 +0000 ++++ xfsdump-2.2.25/fsr/xfs_fsr.c 2005-06-17 20:25:49.742824936 +0000 +@@ -106,7 +106,7 @@ + static time_t howlong = 7200; /* default seconds of reorganizing */ + static char *leftofffile = "/var/tmp/.fsrlast_xfs";/* where we left off last */ + static char *mtab = MOUNTED; +-static char *progname; ++char *progname; + static time_t endtime; + static time_t starttime; + static xfs_ino_t leftoffino = 0; ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
