I have no idea what possesed me to compile s_socket.c as POSIXly code.

Incidently, it now compiles so much better without _POSIX_C_SOURCE.
This commit is contained in:
Richard Levitte 2002-12-19 19:42:55 +00:00
parent bbd6c8bd16
commit d5bf2e06b3

View file

@ -166,7 +166,7 @@ $! TCPIP_PROGRAMS = ",S_SERVER,S_CLIENT,SESS_ID,CIPHERS,S_TIME,"
$!
$! Setup exceptional compilations
$!
$ COMPILEWITH_CC2 = ",S_SOCKET,S_SERVER,S_CLIENT,"
$ COMPILEWITH_CC2 = ",S_SERVER,S_CLIENT,"
$!
$ PHASE := LIB
$!