wrowe 01/04/10 12:32:29
Modified: include apr_buckets.h
Log:
Another emit bites the dust
Revision Changes Path
1.93 +1 -1 apr-util/include/apr_buckets.h
Index: apr_buckets.h
===================================================================
RCS file: /home/cvs/apr-util/include/apr_buckets.h,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -r1.92 -r1.93
--- apr_buckets.h 2001/04/10 16:43:45 1.92
+++ apr_buckets.h 2001/04/10 19:32:29 1.93
@@ -511,7 +511,7 @@
*/
char *base;
/** how much memory was allocated */
- size_t alloc_len;
+ apr_size_t alloc_len;
};
typedef struct apr_bucket_pool apr_bucket_pool;