[EMAIL PROTECTED] a écrit :

hgomez 2003/07/25 07:58:22

  Modified:    jk/native/common jk_connect.c
  Log:
  Use u_long instead of in_addr_t which make unhappy some platforms like iSeries

Revision Changes Path
1.10 +2 -3 jakarta-tomcat-connectors/jk/native/common/jk_connect.c
Index: jk_connect.c
===================================================================
RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native/common/jk_connect.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- jk_connect.c 24 Jul 2003 08:17:10 -0000 1.9
+++ jk_connect.c 25 Jul 2003 14:58:22 -0000 1.10
@@ -110,8 +110,7 @@
int x;
/* TODO: Should be updated for IPV6 support. */
- /* for now use the correct type, in_addr_t */
- in_addr_t laddr;
+ u_long laddr;

Revert back to previous type declaration (make iSeries more happy).


BTW, we may have to rework it soon since we're now IPV6 compatible


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



Reply via email to