diff --git a/src/util/iocLogServer.c b/src/util/iocLogServer.c index 84d3e39e6..f955101dd 100644 --- a/src/util/iocLogServer.c +++ b/src/util/iocLogServer.c @@ -47,6 +47,9 @@ * .09 050494 pg HPUX port changes. * .10 021694 joh ANSI C * $Log$ + * Revision 1.33 1999/09/02 21:41:09 jhill + * improved the way that socket error numbers are converted to strings + * * Revision 1.32 1999/08/31 15:51:00 jhill * move to proper date in file if open old log * @@ -518,10 +521,22 @@ static void acceptNewClient(void *pParam) size = sizeof(addr); pclient->insock = accept(pserver->sock, (struct sockaddr *)&addr, &size); if (pclient->insock<0 || size