You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by dr...@locus.apache.org on 2000/12/02 13:07:44 UTC

cvs commit: apr/include apr_file_io.h apr_mmap.h

dreid       00/12/02 04:07:44

  Modified:    include  apr_file_io.h apr_mmap.h
  Log:
  A couple of header files that are needed by BeOS to build.
  
  Submitted by:	Sam TH <sa...@uchicago.edu>
  Reviewed by:	David Reid <dr...@apache.org>
  
  Revision  Changes    Path
  1.78      +4 -0      apr/include/apr_file_io.h
  
  Index: apr_file_io.h
  ===================================================================
  RCS file: /home/cvs/apr/include/apr_file_io.h,v
  retrieving revision 1.77
  retrieving revision 1.78
  diff -u -r1.77 -r1.78
  --- apr_file_io.h	2000/12/01 06:37:45	1.77
  +++ apr_file_io.h	2000/12/02 12:07:44	1.78
  @@ -64,6 +64,10 @@
   #include <stdio.h>      /* for SEEK_* */
   #endif
   
  +#if APR_HAVE_SYS_UIO_H
  +#include <sys/uio.h>
  +#endif
  +
   #ifdef __cplusplus
   extern "C" {
   #endif /* __cplusplus */
  
  
  
  1.16      +4 -0      apr/include/apr_mmap.h
  
  Index: apr_mmap.h
  ===================================================================
  RCS file: /home/cvs/apr/include/apr_mmap.h,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- apr_mmap.h	2000/11/26 03:00:02	1.15
  +++ apr_mmap.h	2000/12/02 12:07:44	1.16
  @@ -60,6 +60,10 @@
   #include "apr_errno.h"
   #include "apr_file_io.h"        /* for apr_file_t */
   
  +#ifdef BEOS
  +#include <kernel/OS.h>
  +#endif
  +
   #ifdef __cplusplus
   extern "C" {
   #endif /* __cplusplus */