jim 96/03/30 08:43:51
Modified: src http_main.c
Log:
Set BSD signals and syscall behavior for A/UX
Revision Changes Path
1.17 +4 -0 apache/src/http_main.c
Index: http_main.c
===================================================================
RCS file: /export/home/cvs/apache/src/http_main.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -C3 -r1.16 -r1.17
*** http_main.c 1996/03/30 07:16:41 1.16
--- http_main.c 1996/03/30 16:43:50 1.17
***************
*** 1370,1375 ****
--- 1370,1379 ----
{
int c;
+ #ifdef AUX
+ (void)set42sig();
+ #endif
+
#ifdef SecureWare
if(set_auth_parameters(argc,argv) < 0)
perror("set_auth_parameters");