From nobody@hyperreal.com Tue Dec 3 15:19:36 1996 Received: by taz.hyperreal.com (8.8.3/V2.0) id PAA13457; Tue, 3 Dec 1996 15:19:36 -0800 (PST) Message-Id: <199612032319.PAA13457@taz.hyperreal.com> Date: Tue, 3 Dec 1996 15:19:36 -0800 (PST) From: Michael Marxmeier Reply-To: mike@msede.com To: apbugs@hyperreal.com Subject: FYI: minor warnings during compile of mod_fastcgi.c X-Send-Pr-Version: 3.2 >Number: 26 >Category: other >Synopsis: FYI: minor warnings during compile of mod_fastcgi.c >Confidential: no >Severity: non-critical >Priority: medium >Responsible: apache >State: closed >Class: sw-bug >Submitter-Id: apache >Arrival-Date: Tue Dec 3 15:20:02 1996 >Last-Modified: Thu Jan 23 14:50:54 PST 1997 >Originator: mike@msede.com >Organization: >Release: 1.2b1 >Environment: $ uname -a HP-UX e35 A.09.04 E 9000/816 1984398272 8-user license $ what /bin/c89 HP92453-01 A.09.77 HP C Compiler >Description: HP-UX 9.x has a very "special" select prototype. This causes a harmless warning while compiling mod_fastcgi.c. HP-UX 10.x has been fixed. cc -Ae -c +O3 +DA1.1 +DS1.1 -DHPUX -DSTATUS mod_fastcgi.c cc: "mod_fastcgi.c", line 3554: warning 604: Pointers are not assignment-compatible. ... status = select( numFDs, &read_set, &write_set, NULL, timeOutPtr); On HP-UX 9.x, a cast to (int *) is required for read_set and write_set. >How-To-Repeat: >Fix: >Audit-Trail: State-Changed-From-To: open-closed State-Changed-By: fielding State-Changed-When: Thu Jan 23 14:50:53 PST 1997 State-Changed-Why: mod_fastcgi has been removed from future Apache releases (i.e., reverted to the status of a normal contributed module) since it is maintained by its authors at OpenMarket. You can get an updated version from www.openmarket.com. Category-Changed-From-To: os-hpux-other Category-Changed-By: fielding Category-Changed-When: Thu Jan 23 14:50:53 PST 1997 >Unformatted: