diff options
author | Thierry Vignaud <tv@mandriva.org> | 2009-10-07 16:36:20 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2009-10-07 16:36:20 +0000 |
commit | 7e279ee3d040497d8764b754ac2b6e4d22b083b7 (patch) | |
tree | 288560f08d81654a2e5984909d8f9f18589fce35 | |
parent | 13f00299526653d35c7787bb46aaf11e8eae3b73 (diff) | |
download | perl-MDK-Common-7e279ee3d040497d8764b754ac2b6e4d22b083b7.tar perl-MDK-Common-7e279ee3d040497d8764b754ac2b6e4d22b083b7.tar.gz perl-MDK-Common-7e279ee3d040497d8764b754ac2b6e4d22b083b7.tar.bz2 perl-MDK-Common-7e279ee3d040497d8764b754ac2b6e4d22b083b7.tar.xz perl-MDK-Common-7e279ee3d040497d8764b754ac2b6e4d22b083b7.zip |
df() fix for mips didn't actually made it in 1.2.20
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,3 +1,4 @@ +- fix df on mips, statfs structure is different from x86 - substInFile: o ensure we keep old file as file.bak until we wrote new file o call fsync() when editing a non empty file @@ -5,7 +6,6 @@ Version 1.2.20 - 13 August 2009, by Aurelien Lefebvre - Call fsync after writing to ensure that files are written -- fix df on mips, statfs structure is different from x86 Version 1.2.19 - 09 June 2009, by Eugeni Dodonov |