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...@apache.org on 2001/07/30 23:30:28 UTC

cvs commit: httpd-2.0/modules/ssl ssl_scache_dbm.c

dreid       01/07/30 14:30:28

  Modified:    modules/ssl ssl_scache_dbm.c
  Log:
  Allow us to build ssl on beos...
  
  Revision  Changes    Path
  1.6       +1 -1      httpd-2.0/modules/ssl/ssl_scache_dbm.c
  
  Index: ssl_scache_dbm.c
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/ssl/ssl_scache_dbm.c,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- ssl_scache_dbm.c	2001/07/19 16:08:01	1.5
  +++ ssl_scache_dbm.c	2001/07/30 21:30:28	1.6
  @@ -82,7 +82,7 @@
       }
       apr_dbm_close(dbm);
   
  -#if !defined(OS2) && !defined(WIN32)
  +#if !defined(OS2) && !defined(WIN32) && !defined(BEOS)
       /*
        * We have to make sure the Apache child processes have access to
        * the DBM file. But because there are brain-dead platforms where we