=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/rdist/child.c,v retrieving revision 1.22 retrieving revision 1.23 diff -c -r1.22 -r1.23 *** src/usr.bin/rdist/child.c 2014/07/05 07:25:27 1.22 --- src/usr.bin/rdist/child.c 2014/07/05 07:57:43 1.23 *************** *** 1,4 **** ! /* $OpenBSD: child.c,v 1.22 2014/07/05 07:25:27 guenther Exp $ */ /* * Copyright (c) 1983 Regents of the University of California. --- 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. *************** *** 461,475 **** * Parent */ static CHILD newchild; - - #if defined(FORK_MISSES) - /* - * XXX Some OS's have a bug where fork does not - * always return properly to the parent - * when a number of forks are done very quicky. - */ - sleep(2); - #endif /* FORK_MISSES */ /* Receive notification when the child exits */ (void) signal(SIGCHLD, reap); --- 461,466 ----