comparison src/version.c @ 11115:3b36da20ad73 v8.0.0445

patch 8.0.0445: getpgid is not supported on all systems commit https://github.com/vim/vim/commit/2fcf6688bc3a8df2dff9c352d415b89db8b33668 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Mar 11 20:03:42 2017 +0100 patch 8.0.0445: getpgid is not supported on all systems Problem: Getpgid is not supported on all systems. Solution: Add a configure check.
author Christian Brabandt <cb@256bit.org>
date Sat, 11 Mar 2017 20:15:04 +0100
parents 081ed9efb5c0
children e2258e86d8e1
comparison
equal deleted inserted replaced
11114:5af1253d229c 11115:3b36da20ad73
762 NULL 762 NULL
763 }; 763 };
764 764
765 static int included_patches[] = 765 static int included_patches[] =
766 { /* Add new patch number below this line */ 766 { /* Add new patch number below this line */
767 /**/
768 445,
767 /**/ 769 /**/
768 444, 770 444,
769 /**/ 771 /**/
770 443, 772 443,
771 /**/ 773 /**/