=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/rdist/child.c,v retrieving revision 1.23 retrieving revision 1.24 diff -c -r1.23 -r1.24 *** src/usr.bin/rdist/child.c 2014/07/05 07:57:43 1.23 --- src/usr.bin/rdist/child.c 2015/01/20 03:55:18 1.24 *************** *** 1,4 **** ! /* $OpenBSD: child.c,v 1.23 2014/07/05 07:57:43 guenther Exp $ */ /* * Copyright (c) 1983 Regents of the University of California. --- 1,4 ---- ! /* $OpenBSD: child.c,v 1.24 2015/01/20 03:55:18 guenther Exp $ */ /* * Copyright (c) 1983 Regents of the University of California. *************** *** 365,372 **** debugmsg(DM_MISC, "waitup() Call select(), activechildren=%d\n", activechildren); ! count = select(rchildfdsn+1, (SELECT_FD_TYPE *) rchildfdsp, ! NULL, NULL, NULL); debugmsg(DM_MISC, "waitup() select returned %d activechildren = %d\n", count, activechildren); --- 365,371 ---- debugmsg(DM_MISC, "waitup() Call select(), activechildren=%d\n", activechildren); ! count = select(rchildfdsn+1, rchildfdsp, NULL, NULL, NULL); debugmsg(DM_MISC, "waitup() select returned %d activechildren = %d\n", count, activechildren);