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/12 14:54:21 UTC

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

dreid       00/06/12 05:54:20

  Modified:    src/lib/apr/mmap/unix common.c mmap_h.h
  Log:
  OK so finally I get my cvs working again!  These small diffs
  get mmap building on BeOS after the merge.  Missed them last time around.
  
  Revision  Changes    Path
  1.13      +1 -1      apache-2.0/src/lib/apr/mmap/unix/common.c
  
  Index: common.c
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/lib/apr/mmap/unix/common.c,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- common.c	2000/05/16 17:12:45	1.12
  +++ common.c	2000/06/12 12:54:19	1.13
  @@ -63,7 +63,7 @@
   
   #include "mmap_h.h"
   
  -#if HAVE_MMAP
  +#if HAVE_MMAP || defined(BEOS)
   
   ap_status_t ap_mmap_offset(void **addr, ap_mmap_t *mmap, ap_off_t offset)
   {  
  
  
  
  1.14      +1 -1      apache-2.0/src/lib/apr/mmap/unix/mmap_h.h
  
  Index: mmap_h.h
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/lib/apr/mmap/unix/mmap_h.h,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- mmap_h.h	2000/05/16 17:53:56	1.13
  +++ mmap_h.h	2000/06/12 12:54:20	1.14
  @@ -59,7 +59,7 @@
   #include "apr_general.h"
   #include "apr_mmap.h"
   #include "apr_errno.h"
  -#include "fileio.h"
  +#include "../../file_io/unix/fileio.h"
   #include "mmap_h.h"
   
   /* System headers required for the mmap library */