comparison src/version.c @ 15123:7d2ed364a8a0 v8.1.0572

patch 8.1.0572: stopping a job does not work properly on OpenBSD commit https://github.com/vim/vim/commit/76ab4fd61901090e6af3451ca6c5ca0fc370571f Author: Bram Moolenaar <Bram@vim.org> Date: Sat Dec 8 14:39:05 2018 +0100 patch 8.1.0572: stopping a job does not work properly on OpenBSD Problem: Stopping a job does not work properly on OpenBSD. Solution: Do not use getpgid() to check the process group of the job processs ID, always pass the negative process ID to kill(). (George Koehler, closes #3656)
author Bram Moolenaar <Bram@vim.org>
date Sat, 08 Dec 2018 14:45:05 +0100
parents 895abc8a5195
children b101b193d5ff
comparison
equal deleted inserted replaced
15122:91fafb38608c 15123:7d2ed364a8a0
790 NULL 790 NULL
791 }; 791 };
792 792
793 static int included_patches[] = 793 static int included_patches[] =
794 { /* Add new patch number below this line */ 794 { /* Add new patch number below this line */
795 /**/
796 572,
795 /**/ 797 /**/
796 571, 798 571,
797 /**/ 799 /**/
798 570, 800 570,
799 /**/ 801 /**/