jwoolley 01/06/04 14:20:33
Modified: buckets apr_buckets_file.c Log: Nix an outdated comment Revision Changes Path 1.42 +1 -1 apr-util/buckets/apr_buckets_file.c Index: apr_buckets_file.c =================================================================== RCS file: /home/cvs/apr-util/buckets/apr_buckets_file.c,v retrieving revision 1.41 retrieving revision 1.42 diff -u -d -u -r1.41 -r1.42 --- apr_buckets_file.c 2001/04/30 04:11:19 1.41 +++ apr_buckets_file.c 2001/06/04 21:20:33 1.42 @@ -58,7 +58,6 @@ #include "apr_buckets.h" #include <stdlib.h> -/* Allow Apache to use ap_mmap */ #if APR_HAS_MMAP #include "apr_mmap.h" @@ -81,6 +80,7 @@ #ifndef MMAP_LIMIT #define MMAP_LIMIT (4*1024*1024) #endif + #endif /* APR_HAS_MMAP */
