commit | 2fcf6688bc3a8df2dff9c352d415b89db8b33668 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Mar 11 20:03:42 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Mar 11 20:03:42 2017 +0100 |
tree | 44c8eb2e9fe5d67a6ee09ba20d163886651edeab | |
parent | a95ab321200f0239991bf53756b17cd7b90745f9 [diff] [blame] |
patch 8.0.0445: getpgid is not supported on all systems Problem: Getpgid is not supported on all systems. Solution: Add a configure check.
diff --git a/src/version.c b/src/version.c index db00cc7..7a0d500 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 445, +/**/ 444, /**/ 443,