commit | 8e7218c45941c9f6263348e8eadf6075d0671832 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Aug 22 21:56:57 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Aug 22 21:56:57 2018 +0200 |
tree | d2b146f2569db12a54356c19be213616f3e6a995 | |
parent | 3b3a506f57a397d83db361be35189c591bff10fb [diff] [blame] |
patch 8.1.0319: bzero() function prototype doesn't work for Android Problem: bzero() function prototype doesn't work for Android. Solution: Add an #ifdef. (Elliott Hughes, closes #3365)
diff --git a/src/version.c b/src/version.c index 1afe230..0c3f87c 100644 --- a/src/version.c +++ b/src/version.c
@@ -795,6 +795,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 319, +/**/ 318, /**/ 317,