CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2021/09/27 12:10:24
Modified files: regress/sys/kern/descrip: descrip.c Log message: Return 0 from main() otherwise the exit code is garbage on sparc64. Collect status of the child process to detect test failures. OK tb@