INTERFACETCPHack ; PROCEDURE RefetchError(fd: INTEGER): BOOLEAN; (* Awful hack to retrieve a meaningful error from a TCP accept socket. Only works on Ultrix and OSF. Leaves result in standard C's "errno". Returns "TRUE" if and only if it might possibly have succeeded. *) END TCPHack.