=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mail/popen.c,v retrieving revision 1.39 retrieving revision 1.40 diff -c -r1.39 -r1.40 *** src/usr.bin/mail/popen.c 2019/06/28 13:35:02 1.39 --- src/usr.bin/mail/popen.c 2023/03/08 04:43:11 1.40 *************** *** 1,4 **** ! /* $OpenBSD: popen.c,v 1.39 2019/06/28 13:35:02 deraadt Exp $ */ /* $NetBSD: popen.c,v 1.6 1997/05/13 06:48:42 mikel Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: popen.c,v 1.40 2023/03/08 04:43:11 guenther Exp $ */ /* $NetBSD: popen.c,v 1.6 1997/05/13 06:48:42 mikel Exp $ */ /* *************** *** 336,342 **** child_freelist = cp; } - /* ARGSUSED */ void sigchild(int signo) { --- 336,341 ----