commit | 643b6140873e0e6f297df0cbca11bc1ea1f21925 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Sep 12 20:29:09 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Sep 12 20:29:09 2018 +0200 |
tree | 5d1fcafcd7395aefe6e0e73503758705a766e991 | |
parent | 274cea35c6d409cfb16862ff24e789b2d3ea3ee3 [diff] [blame] |
patch 8.1.0371: argument types for select() may be wrong Problem: Argument types for select() may be wrong. Solution: Use a configure macro. (Tobias Ulmer)
diff --git a/src/version.c b/src/version.c index fc93cbf..88e50c1 100644 --- a/src/version.c +++ b/src/version.c
@@ -795,6 +795,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 371, +/**/ 370, /**/ 369,