]> granicus.if.org Git - vim/commit
patch 8.0.1737: fchown() used when it is not supported v8.0.1737
authorBram Moolenaar <Bram@vim.org>
Thu, 19 Apr 2018 19:15:27 +0000 (21:15 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 19 Apr 2018 19:15:27 +0000 (21:15 +0200)
commit02e802b2da9e25b5824185976b163691b5bbd558
tree20ac2d40549183d9964f7394f1d49a6d36451507
parent226400830b470774bf5a552e1af10706b609720c
patch 8.0.1737: fchown() used when it is not supported

Problem:    fchown() used when it is not supported.
Solution:   Add #ifdef.
src/fileio.c
src/version.c