This is just the first of the changes for the NetWare port. :)

Brad

―-------------------------------------------

cvs diff time.c (in directory D:\tempapache\apr\time\unix\)
Index: time.c
===================================================================
RCS file: /home/cvspublic/apr/time/unix/time.c,v
retrieving revision 1.49
diff -r1.49 time.c
114a115,120
> #ifdef NETWARE
>     uint64_t usec;
>     
>     NXGetTime(NX_SINCE_1970, NX_USECONDS, &usec);
>     return usec;
> #else
117a124
> #endif


Reply via email to