On Thu, Sep 30, 2004 at 11:22:41AM -0400, Allan Edwards wrote: > >so I don't see how it could be made private either. > > This patch demonstates that it can be made private,
Only if you redefine "private" :) > --- apr-util/buckets/apr_buckets_alloc.c 10 Aug 2004 22:00:16 -0000 1.16 > +++ apr-util/buckets/apr_buckets_alloc.c 30 Sep 2004 15:09:59 -0000 > @@ -16,7 +16,7 @@ > #include <stdlib.h> > > #include "apr_buckets.h" > -#include "apr_allocator.h" > +#include "arch/unix/apr_arch_allocator.h" > > #define ALLOC_AMT (8192 - APR_MEMNODE_T_SIZE) >
