=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/rdist/child.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- src/usr.bin/rdist/child.c 1996/06/26 05:38:07 1.3 +++ src/usr.bin/rdist/child.c 1996/07/25 05:30:59 1.4 @@ -1,4 +1,4 @@ -/* $OpenBSD: child.c,v 1.3 1996/06/26 05:38:07 deraadt Exp $ */ +/* $OpenBSD: child.c,v 1.4 1996/07/25 05:30:59 millert Exp $ */ /* * Copyright (c) 1983 Regents of the University of California. @@ -35,7 +35,7 @@ #ifndef lint static char RCSid[] = -"$OpenBSD: child.c,v 1.3 1996/06/26 05:38:07 deraadt Exp $"; +"$OpenBSD: child.c,v 1.4 1996/07/25 05:30:59 millert Exp $"; static char sccsid[] = "@(#)docmd.c 5.1 (Berkeley) 6/6/85"; @@ -390,8 +390,9 @@ debugmsg(DM_MISC, "waitup() Call select(), activechildren=%d\n", activechildren); - count = select(FD_SETSIZE, &rchildfds, (fd_set *) NULL, - (fd_set *) NULL, (struct timeval *) NULL); + count = select(FD_SETSIZE, (SELECT_FD_TYPE *) &rchildfds, + (SELECT_FD_TYPE *) NULL, (SELECT_FD_TYPE *) NULL, + (struct timeval *) NULL); debugmsg(DM_MISC, "waitup() select returned %d activechildren = %d\n", count, activechildren);