martin 99/04/23 04:46:12
Modified: apr/test ab_apr.c Log: C compilers (except non-standard ones) don't like // line end comments Revision Changes Path 1.2 +1 -1 apache-apr/apr/test/ab_apr.c Index: ab_apr.c =================================================================== RCS file: /export/home/cvs/apache-apr/apr/test/ab_apr.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ab_apr.c 1999/04/21 13:58:58 1.1 +++ ab_apr.c 1999/04/23 11:46:11 1.2 @@ -250,7 +250,7 @@ static void nonblock(apr_socket_t * sock) { int i = 1; - //apr_setsocketopt(sock, APR_SO_NONBLOCK, i); + /*apr_setsocketopt(sock, APR_SO_NONBLOCK, i);*/ } /* --------------------------------------------------------- */