You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2004/02/17 13:17:55 UTC

DO NOT REPLY [Bug 27004] New: - cannot "make" jsvc (syntax error at line 110 in 'home.c')

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

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27004

cannot "make" jsvc (syntax error at line 110 in 'home.c')

           Summary: cannot "make" jsvc (syntax error at line 110 in
                    'home.c')
           Product: Tomcat 5
           Version: 5.0.18
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Native:Integration
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: mrsea77@yahoo.com


extract jsvc-srv.tar.gz 
in ./jsvc-src/native/home.c at line 110 there is a missing ';' at the end of 
the line;

old lines;
        if(sp != NULL)
            *sp = '\0'

fixed lines;
        if(sp != NULL)
            *sp = '\0';


thanks,

Deniz TATAR

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org