$NetBSD: patch-be,v 1.3 1999/11/26 06:09:01 itohy Exp $ --- sockets.h.orig Tue Jul 6 03:46:16 1999 +++ sockets.h Thu Nov 25 20:00:36 1999 @@ -20,7 +20,7 @@ int OpenClientSocket(char* host, int port,int timeout); -int OpenServerSocket(int port); +int *OpenServerSockets(int port); int AcceptConnect(int socket); int SocketRemoteName(int socket,char **name,char **ipname,int *port);