On Mon, 18 Feb 2002, Martin Pool wrote:
> Why the sleep() call?

Also, why close(fd) twice?

> > +           } else if (pid < 0) {
> > +                   rprintf(FERROR, "could not create child process: %s\n",
> > +                           strerror(errno));
> > +                   close(fd);
> > +                   sleep(2);
> >             }
> >
> >             close(fd);

..wayne..


Reply via email to