You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by dr...@locus.apache.org on 2000/06/01 20:48:24 UTC

cvs commit: apache-2.0/src/lib/apr/mmap/unix mmap.c

dreid       00/06/01 11:48:24

  Modified:    src/lib/apr/mmap/unix mmap.c
  Log:
  Small change to get mmap support for BeOS working again.
  
  Revision  Changes    Path
  1.21      +1 -1      apache-2.0/src/lib/apr/mmap/unix/mmap.c
  
  Index: mmap.c
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/lib/apr/mmap/unix/mmap.c,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- mmap.c	2000/05/16 17:12:45	1.20
  +++ mmap.c	2000/06/01 18:48:24	1.21
  @@ -55,7 +55,7 @@
   #include "mmap_h.h"
   #include "apr_portable.h"
   
  -#if HAVE_MMAP
  +#if HAVE_MMAP || defined(BEOS)
   
   static ap_status_t mmap_cleanup(void *themmap)
   {