DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=33205>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=33205

           Summary: [PATCH] jk native (1.2.8) fails to compile with gcc 4
           Product: Tomcat 5
           Version: 5.5.5
          Platform: Macintosh
        OS/Version: Mac OS X 10.0
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Native:JK
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


Due to inconsistent declaration of functions uri_worker_map_close and 
jk_no2slash, jk fails to compile 
with gcc 4.

The functions are declared in the header as (non static) and defined in the C 
file with the static keyword. 
gcc doesn't like this.

Attached patch file removes the static keywords from the function definitions.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to