commit | 1a2ab991a6d168699fbcc934b63cfc3579c3d34d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Nov 28 21:06:18 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Nov 28 21:06:18 2017 +0100 |
tree | 33939149aac713e47eb5da9d9d731998d6fe1fda | |
parent | c5aa55db7e5bc791f99fb15b0f4be0d5dd166f62 [diff] [blame] |
patch 8.0.1357: startup test fails on OpenBSD Problem: Startup test fails on OpenBSD. (Edd Barrett) Solution: Check for "BSD" instead of "FreeBSD" being defined. (James McCoy, closes #2376, closes #2378)
diff --git a/src/version.c b/src/version.c index 50e3f16..6fb11e9 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1357, +/**/ 1356, /**/ 1355,