commit | ca291aec99b60fe81eaab36aa718e51421bb88d5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Oct 15 19:33:50 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Oct 15 19:33:50 2016 +0200 |
tree | b0d0737ce7f7a4bd7de81c726f125d058cd0bd89 | |
parent | 0a9046fbcb33770517ab0220b8100c4494bddab2 [diff] [blame] |
patch 8.0.0038 Problem: OPEN_CHR_FILES not defined for FreeBSD using Debian userland files. Solution: Check for __FreeBSD_kernel__. (James McCoy, closes #1166)
diff --git a/src/version.c b/src/version.c index 95115f8..939a3e1 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 38, +/**/ 37, /**/ 36,