commit | da4127794aa333631bde879e73bcfce4aef42f85 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jul 14 20:37:07 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jul 14 20:37:07 2016 +0200 |
tree | 668086dc92bbde7a1b2bc2a4535ca7611fddf1cc | |
parent | f62e797ffa6ab5d4c476b4c9e9a1f7f852910652 [diff] [blame] |
patch 7.4.2035 Problem: On Solaris with ZFS the ACL may get removed. Solution: Always restore the ACL for Solaris ZFS. (Danek Duvall)
diff --git a/src/version.c b/src/version.c index af29306..0dfb759 100644 --- a/src/version.c +++ b/src/version.c
@@ -759,6 +759,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2035, +/**/ 2034, /**/ 2033,