commit | ad5db44c0165b6254199e7af5962b42caf8b857c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Aug 30 13:12:25 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Aug 30 13:12:25 2019 +0200 |
tree | c776d419bad8882d6369513d707a009e2c041c8a | |
parent | 34ed68d40eb9c71f34a44b94263f5e7e6856cba0 [diff] [blame] |
patch 8.1.1941: getftype() test fails on Mac Problem: getftype() test fails on Mac. Solution: Skip /dev/fd/.
diff --git a/src/version.c b/src/version.c index f0ccfe3..e6f7d14 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1941, +/**/ 1940, /**/ 1939,