From apwww@hyperreal.org Sun Aug 31 01:52:03 1997 Received: (from apwww@localhost) by hyperreal.org (8.8.5/8.8.5) id BAA18159; Sun, 31 Aug 1997 01:52:03 -0700 (PDT) Message-Id: <199708310852.BAA18159@hyperreal.org> Date: Sun, 31 Aug 1997 01:52:03 -0700 (PDT) From: manoj Reply-To: mkoshti@giasbm01.vsnl.net.in To: apbugs@hyperreal.org Subject: some compilation problem for parameter decleration X-Send-Pr-Version: 3.2 >Number: 1079 >Category: os-osf >Synopsis: some compilation problem for parameter decleration >Confidential: no >Severity: critical >Priority: medium >Responsible: apache >State: closed >Class: sw-bug >Submitter-Id: apache >Arrival-Date: Sun Aug 31 02:00:03 1997 >Last-Modified: Thu Nov 13 07:36:30 PST 1997 >Originator: mkoshti@giasbm01.vsnl.net.in >Organization: >Release: 1.3a1 >Environment: osf dec ver4. compiler cc OSF1 irc.vsnl.net.in V4.0 564 alpha >Description: util_snprintf.c cc: Error: util_snprintf.c, line 929: In this declaration, the type of "ap_snprintf" is n ot compatible with the type of a previous declaration of "ap_snprintf" at line number 643 in file conf.h. API_EXPORT(int) ap_snprintf(char *buf, size_t len, const char *format,...) ----------------^ cc: Error: util_snprintf.c, line 941: In this declaration, the type of "ap_vsnprintf" is not compatible with the type of a previous declaration of "ap_vsnprintf" at line number 6 44 in file conf.h. API_EXPORT(int) ap_vsnprintf(char *buf, size_t len, const char *format, ----------------^ *** Exit 1 Stop. >How-To-Repeat: util_snprintf.c cc: Error: util_snprintf.c, line 929: In this declaration, the type of "ap_snprintf" is n ot compatible with the type of a previous declaration of "ap_snprintf" at line number 643 in file conf.h. API_EXPORT(int) ap_snprintf(char *buf, size_t len, const char *format,...) ----------------^ cc: Error: util_snprintf.c, line 941: In this declaration, the type of "ap_vsnprintf" is not compatible with the type of a previous declaration of "ap_vsnprintf" at line number 6 44 in file conf.h. API_EXPORT(int) ap_vsnprintf(char *buf, size_t len, const char *format, ----------------^ *** Exit 1 Stop. >Fix: n >Audit-Trail: Release-Changed-From-To: apache_1.1.3.tar-1.3a1 Release-Changed-By: dgaudet Release-Changed-When: Thu Sep 18 12:34:21 PDT 1997 State-Changed-From-To: open-feedback State-Changed-By: coar State-Changed-When: Sun Oct 19 09:16:54 PDT 1997 State-Changed-Why: Please verify that this still occurs in the latest beta release, 1.3b2. State-Changed-From-To: feedback-closed State-Changed-By: coar State-Changed-When: Thu Nov 13 07:36:30 PST 1997 State-Changed-Why: No response from submitter, assuming closed by 1.3b2+. >Unformatted: