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.48;	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/utils/socket.C.orig	Wed Oct 20 19:23:22 1999
+++ src/common/utils/socket.C	Wed Oct 20 19:36:04 1999
@@@@ -53,6 +53,8 @@@@
 //
 // 
 // </file> 
+
+#include <stdio.h>
 #include "socket.h"
 
 #include "new.h"
@@@@ -186,7 +188,11 @@@@
 #ifndef WIN32
    int dupfd = ::dup (fd()) ;
    if (dupfd < 0) {
+#ifdef __FreeBSD__
+      set_errno_(errno) ;
+#else
       set_errno_(::errno) ;
+#endif
       perror_("Socket::accept_(sockaddr&,int&): ::dup()") ;
       return dupfd ;
    }
@


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

