mirror of https://github.com/MidnightCommander/mc
* vfs.c (mc_def_getlocalcopy): Use O_LINEAR when retrieving the
remote file. This avoids an extra temporary file.
This commit is contained in:
parent
ffddff51ea
commit
520f6ddb6c
|
@ -1,5 +1,8 @@
|
|||
2003-10-27 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* vfs.c (mc_def_getlocalcopy): Use O_LINEAR when retrieving the
|
||||
remote file. This avoids an extra temporary file.
|
||||
|
||||
* cpio.c (cpio_ungetlocalcopy): Remove.
|
||||
* tar.c (tar_ungetlocalcopy): Likewise.
|
||||
* vfs.c (mc_def_ungetlocalcopy): Add support for read-only
|
||||
|
|
Loading…
Reference in New Issue