chuck 96/06/08 14:34:23
Modified: src http_main.c
Log:
Submitted by: Chuck Murcko
Corrected 1st parameter to siglongjmp() and sigsetjmp() calls to be declared
as sigjmp_buf; was incorrectly declared jmp_buf.
Revision Changes Path
1.36 +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.35
retrieving revision 1.36
diff -C3 -r1.35 -r1.36
*** http_main.c 1996/06/08 02:47:20 1.35
--- http_main.c 1996/06/08 21:34:21 1.36
***************
*** 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) {
--- 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) {