chuck 96/06/11 08:40:50
Modified: src http_main.c
Log:
Submitted by: Chuck Murcko
Fix compile warnings and error (on NEXT) from incorrect variable declaration.
Revision Changes Path
1.38 +1 -1 apache/src/http_main.c
Index: http_main.c
===================================================================
RCS file: /export/home/cvs/apache/src/http_main.c,v
retrieving revision 1.37
retrieving revision 1.38
diff -C3 -r1.37 -r1.38
*** http_main.c 1996/06/11 06:21:48 1.37
--- http_main.c 1996/06/11 15:40:48 1.38
***************
*** 817,823 ****
* a while...
*/
! static sigjmp_buf wait_timeout_buf;
static int wait_or_timeout_retval = -1;
static void longjmp_out_of_alarm (int sig) {
--- 817,823 ----
* a while...
*/
! static JMP_BUF wait_timeout_buf;
static int wait_or_timeout_retval = -1;
static void longjmp_out_of_alarm (int sig) {