Changelog:
r44223 | gpz | 2023-07-08 18:48:42 +0000 (Sat, 08 Jul 2023) | 1 line
actually kill the forked process on windows
------------------------------------------------------------------------
r44222 | gpz | 2023-07-08 18:35:11 +0000 (Sat, 08 Jul 2023) | 1 line
make Windows build compile again, still needs to be fixed properly
------------------------------------------------------------------------
r44221 | gpz | 2023-07-08 17:37:37 +0000 (Sat, 08 Jul 2023) | 1 line
remove pointless coproc.h from arch/headless
------------------------------------------------------------------------
r44220 | gpz | 2023-07-08 17:12:32 +0000 (Sat, 08 Jul 2023) | 1 line
include sys/types.h in coproc.h
------------------------------------------------------------------------
r44219 | gpz | 2023-07-08 16:59:30 +0000 (Sat, 08 Jul 2023) | 1 line
When forking a sub process, remember its pid and kill the process when we don't need it anymore. Only tested on Linux right now, Windows might break and/or not even compile.
------------------------------------------------------------------------