[RESEND PATCH] fix syntax error in mod_jk2 file jk_channel_apr_socket.c

2003-04-03 Thread Jeff Trawick
resending in hopes that comments will be received telling me what to change or that the patch will be committed or that somebody will commit some alternate fix Original Message Subject: Re: [Fwd: [PATCH] fix syntax error in mod_jk2 file jk_channel_apr_socket.c] Date: Fri, 21

Re: [RESEND PATCH] fix syntax error in mod_jk2 file jk_channel_apr_socket.c

2003-04-03 Thread jean-frederic clere
Jeff Trawick wrote: resending in hopes that comments will be received telling me what to change or that the patch will be committed or that somebody will commit some alternate fix Done, thanks Cheers Jean-frederic Original Message Subject: Re: [Fwd: [PATCH] fix syntax error

[Fwd: [PATCH] fix syntax error in mod_jk2 file jk_channel_apr_socket.c]

2003-03-21 Thread Jeff Trawick
(reposting) If someone can give me a clue and suggest a better venue for getting this bug fixed, please let me know. Note that gcc complains about this code too, but doesn't consider it a fatal error. Original Message Subject: [PATCH] fix syntax error in mod_jk2 file

Re: [Fwd: [PATCH] fix syntax error in mod_jk2 file jk_channel_apr_socket.c]

2003-03-21 Thread Henri Gomez
Jeff Trawick wrote: (reposting) If someone can give me a clue and suggest a better venue for getting this bug fixed, please let me know. Note that gcc complains about this code too, but doesn't consider it a fatal error. Original Message Subject: [PATCH] fix syntax error

Re: [Fwd: [PATCH] fix syntax error in mod_jk2 file jk_channel_apr_socket.c]

2003-03-21 Thread Jeff Trawick
Henri Gomez wrote: Better rewrite it like : if (remote_sa-next) env-l-jkLog(env, env-l, JK_LOG_DEBUG, channelApr.open(): error %d creating socket %d %s\n, ret, socketInfo-host); else env-l-jkLog(env, env-l, JK_LOG_ERROR, channelApr.open(): error %d creating

[PATCH] fix syntax error in mod_jk2 file jk_channel_apr_socket.c

2003-03-13 Thread Jeff Trawick
I saw the error with IBM's native compiler for AIX, but it doesn't seem to be a matter of extreme pickiness. Here are the error messages: ../../common/jk_channel_apr_socket.c, line 229.56: 1506-226 (S) The : operator is not allowed between int and char[37].