]> granicus.if.org Git - vim/commit
patch 8.1.0572: stopping a job does not work properly on OpenBSD v8.1.0572
authorBram Moolenaar <Bram@vim.org>
Sat, 8 Dec 2018 13:39:05 +0000 (14:39 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 8 Dec 2018 13:39:05 +0000 (14:39 +0100)
commit76ab4fd61901090e6af3451ca6c5ca0fc370571f
tree793cb4cb12282655e89396531f11f6e09e119c72
parent446e7a3cd36b2de7d559f167eb5795d1e1cd3ddb
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)
src/os_unix.c
src/version.c