Received: (qmail 14726 invoked by uid 2012); 8 Jun 1998 05:31:16 -0000 Message-Id: <19980608053116.14725.qmail@hyperreal.org> Date: 8 Jun 1998 05:31:16 -0000 From: Samal Chandran Reply-To: samal_c1@verifone.com To: apbugs@hyperreal.org Subject: compile error in http_main.c X-Send-Pr-Version: 3.2 >Number: 2374 >Category: os-sco >Synopsis: compile error in http_main.c >Confidential: no >Severity: serious >Priority: medium >Responsible: apache >State: closed >Class: sw-bug >Submitter-Id: apache >Arrival-Date: Sun Jun 7 22:40:00 PDT 1998 >Last-Modified: Mon Jul 6 04:43:04 PDT 1998 >Originator: samal_c1@verifone.com >Organization: >Release: 1.3 >Environment: SCO_SV 3.2 2 i386 >Description: the fn. common_init (ln.3231/file http_main.c) is defined as common_init(). it uses argc,argv. here's the relevent code snip. ---------- static void common_init() { INIT_SIGLIST() #ifdef AUX3 (void) set42sig(); #endif #ifdef SecureWare if (set_auth_parameters(argc, argv) < 0) ------------ I don't know what the #ifdef SecureWare is for.:( >How-To-Repeat: I've got the source on 7jun1998 from http://www.apache.org/dist/apache_1.3.0.tar.Z the pb. should be there in that. >Fix: // The compile went thru when changed to accept argc,argv. static void common_init(int argc,char *argv[]) { INIT_SIGLIST() #ifdef AUX3 (void) set42sig(); #endif #ifdef SecureWare if (set_auth_parameters(argc, argv) < 0) >Audit-Trail: Category-Changed-From-To: general-os-sco Category-Changed-By: coar Category-Changed-When: Mon Jun 15 08:35:07 PDT 1998 State-Changed-From-To: open-closed State-Changed-By: rse State-Changed-When: Mon Jul 6 04:43:04 PDT 1998 State-Changed-Why: This is already fixed for 1.3.1. The SecureWare stuff was moved from common_init to REALMAIN. Thanks for your report. >Unformatted: [In order for any reply to be added to the PR database, ] [you need to include in the Cc line ] [and leave the subject line UNCHANGED. This is not done] [automatically because of the potential for mail loops. ]