commit | 35856718881834a76225530d502c68fdec6584cf | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Feb 20 20:37:01 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Feb 20 20:37:01 2019 +0100 |
tree | 8a067e0923d41111864eff03612e4719851ac51d | |
parent | b9ddda6c2d98d99c09d58145c1b5b4042a8fd92c [diff] [blame] |
patch 8.1.0957: Mac: fsync fails on network share Problem: Mac: fsync fails on network share. Solution: Check for ENOTSUP. (Yee Cheng Chin, closes #4016)
diff --git a/src/version.c b/src/version.c index b705463..5a3a53c 100644 --- a/src/version.c +++ b/src/version.c
@@ -780,6 +780,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 957, +/**/ 956, /**/ 955,