Commit 252c835b authored by David Reid's avatar David Reid
Browse files

Allow us to build ssl on beos...


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89803 13f79535-47bb-0310-9956-ffa450edef68
parent 3a8073ae
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -82,7 +82,7 @@ void ssl_scache_dbm_init(server_rec *s, apr_pool_t *p)
    }
    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