0
0
mirror of https://github.com/vim/vim.git synced 2025-10-06 05:44:14 -04:00

updated for version 7.0-156

This commit is contained in:
Bram Moolenaar
2006-11-01 17:12:57 +00:00
parent 219b87038a
commit 5a6404cff4
8 changed files with 166 additions and 48 deletions

View File

@@ -655,7 +655,7 @@ mf_sync(mfp, flags)
# endif
#endif
#ifdef AMIGA
# ifdef __AROS__
# if defined(__AROS__) || defined(__amigaos4__)
if (fsync(mfp->mf_fd) != 0)
status = FAIL;
# else