Commit 0b900a5e authored by Richard Levitte's avatar Richard Levitte
Browse files

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.
parent 09867a47
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
$!