head	1.2;
access;
symbols
	RELEASE_4_2_0:1.1
	RELEASE_4_1_1:1.1
	RELEASE_4_1_0:1.1
	RELEASE_3_5_0:1.1
	RELEASE_4_0_0:1.1
	RELEASE_3_4_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2001.04.16.18.58.32;	author kris;	state dead;
branches;
next	1.1;

1.1
date	99.10.22.09.35.49;	author nakai;	state Exp;
branches;
next	;


desc
@@


1.2
log
@This port has been broken for a long time, and is also obsolete
software.  Wave goodbye, now!

Approved by:	maintainer
@
text
@--- src/common/Dispatch/dispatcher.C.orig	Wed Oct 20 19:42:05 1999
+++ src/common/Dispatch/dispatcher.C	Wed Oct 20 19:42:42 1999
@@@@ -359,7 +359,11 @@@@
    DEBUGNL ("Dispatcher::waitForChild()") ;
    pid_t pid ; 
    int status ;
+#ifdef __FreeBSD__
+   while ((pid = ::waitpid (-1, &status, WNOHANG)) > 0  ||  (pid < 0 && errno == EINTR)) {
+#else
    while ((pid = ::waitpid (-1, &status, WNOHANG)) > 0  ||  (pid < 0 && ::errno == EINTR)) {
+#endif
       DEBUGNL ("Dispatcher::waitForChild(): pid: "<<pid) ;
       DChildHandler lookup (pid) ;
       int pos ;
@


1.1
log
@Add some patches for the clean install.
@
text
@@

