CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/05/24 22:40:36
Modified files:
usr.bin/find : function.c
Log message:
the waitpid() can only return a real pid. none of the error cases can
occur. still, it is good style to check for != -1 before using WIFEXITED().
forgot where i heard about this.
