bnicholes 01/11/05 12:00:26
Modified: misc/unix start.c
Log:
Added a call to initialize the time functions for NetWare
Revision Changes Path
1.56 +3 -0 apr/misc/unix/start.c
Index: start.c
===================================================================
RCS file: /home/cvs/apr/misc/unix/start.c,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- start.c 2001/10/16 23:13:59 1.55
+++ start.c 2001/11/05 20:00:26 1.56
@@ -99,6 +99,9 @@
return APR_EEXIST;
}
#endif
+#if defined(NETWARE)
+ apr_netware_setup_time();
+#endif
if ((status = apr_pool_alloc_init(global_apr_pool)) != APR_SUCCESS)
return status;