mturk 2005/02/16 00:20:59 Modified: jk/native/common jk_ajp_common.h Log: Use unsigned int instead just unsigned. No functional change. Revision Changes Path 1.30 +2 -2 jakarta-tomcat-connectors/jk/native/common/jk_ajp_common.h Index: jk_ajp_common.h =================================================================== RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native/common/jk_ajp_common.h,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- jk_ajp_common.h 14 Feb 2005 17:24:09 -0000 1.29 +++ jk_ajp_common.h 16 Feb 2005 08:20:59 -0000 1.30 @@ -303,7 +303,7 @@ jk_endpoint_t endpoint; - unsigned left_bytes_to_send; + unsigned int left_bytes_to_send; /* time of the last request handled by this endpoint */
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]