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/09 14:36:58 UTC

cvs commit: apr/include/arch/beos dso.h

dreid       00/12/09 05:36:58

  Modified:    include/arch/beos dso.h
  Log:
  Get this building on BeOS again.
  
  Revision  Changes    Path
  1.10      +1 -1      apr/include/arch/beos/dso.h
  
  Index: dso.h
  ===================================================================
  RCS file: /home/cvs/apr/include/arch/beos/dso.h,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- dso.h	2000/08/02 05:25:42	1.9
  +++ dso.h	2000/12/09 13:36:57	1.10
  @@ -55,7 +55,7 @@
   #ifndef DSO_H
   #define DSO_H
   
  -#include "apr_private.h"
  +#include "unix/apr_private.h"
   #include "apr_general.h"
   #include "apr_pools.h"
   #include "apr_errno.h"
  
  
  

Re: cvs commit: apr/include/arch/beos dso.h

Posted by rb...@covalent.net.
>   Get this building on BeOS again.
>
>   -#include "apr_private.h"
>   +#include "unix/apr_private.h"
>    #include "apr_general.h"
>    #include "apr_pools.h"
>    #include "apr_errno.h"

This needs to change slightly.  Please remove the unix directory in the
include line, and just add the correct path to the Makefile.  That way, we
can share the .c files with platforms that don't use the unix
apr_private.h.

Ryan

_______________________________________________________________________________
Ryan Bloom                        	rbb@apache.org
406 29th St.
San Francisco, CA 94131
-------------------------------------------------------------------------------


Re: cvs commit: apr/include/arch/beos dso.h

Posted by rb...@covalent.net.
>   Get this building on BeOS again.
>
>   -#include "apr_private.h"
>   +#include "unix/apr_private.h"
>    #include "apr_general.h"
>    #include "apr_pools.h"
>    #include "apr_errno.h"

This needs to change slightly.  Please remove the unix directory in the
include line, and just add the correct path to the Makefile.  That way, we
can share the .c files with platforms that don't use the unix
apr_private.h.

Ryan

_______________________________________________________________________________
Ryan Bloom                        	rbb@apache.org
406 29th St.
San Francisco, CA 94131
-------------------------------------------------------------------------------