You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by bn...@apache.org on 2002/03/12 22:05:37 UTC

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

bnicholes    02/03/12 13:05:37

  Modified:    modules/ssl ssl_scache_dbm.c
  Log:
  Added NetWare to the ifdef list
  
  Revision  Changes    Path
  1.12      +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.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- ssl_scache_dbm.c	25 Feb 2002 04:23:03 -0000	1.11
  +++ ssl_scache_dbm.c	12 Mar 2002 21:05:37 -0000	1.12
  @@ -82,7 +82,7 @@
       }
       apr_dbm_close(dbm);
   
  -#if !defined(OS2) && !defined(WIN32) && !defined(BEOS)
  +#if !defined(OS2) && !defined(WIN32) && !defined(BEOS) && !defined(NETWARE)
       /*
        * We have to make sure the Apache child processes have access to
        * the DBM file. But because there are brain-dead platforms where we