commit | 62b7f6a139a19eb6c79eb428c66a7118e9741b5d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Mar 22 21:44:07 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Mar 22 21:44:07 2018 +0100 |
tree | 8c862d6040d3f92cfa8b597e1e2b5366f1f81a46 | |
parent | 0bd052ba12f672b46415ed1d5d1d2597a326f85a [diff] [blame] |
patch 8.0.1629: Mac: getpagesize() is deprecated Problem: Mac: getpagesize() is deprecated. Solution: Use sysconf() instead. (Ozaki Kiichi, closes #2741)
diff --git a/src/version.c b/src/version.c index dc76b4a..ce1ed20 100644 --- a/src/version.c +++ b/src/version.c
@@ -767,6 +767,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1629, +/**/ 1628, /**/ 1627,