CVSROOT: /cvs Module name: src Changes by: dera...@cvs.openbsd.org 2015/07/19 00:12:06
Modified files: usr.bin/script : script.c Log message: SIGCHLD handler was established before forking into two processes. As a result it also ran in the child (incorrect). ok miod