On 6 Aug 2001 bnicholes@apache.org wrote: > +#ifdef NETWARE > + uint64_t sec; > + uint64_t usec; > + > + NXGetTime(NX_SINCE_1970, NX_SECONDS, &sec); > + NXGetTime(NX_SINCE_1970, NX_USECONDS, &usec); > + *uuid_time = (sec * 10000000) + (usec * 10) + > + 0x01B21DD213814000LL; > +EnterDebugger(); /* Check to make sure that we are actually getting what we expect. */ > +#else EnterDebugger()? Was that line supposed to get committed? --Cliff -------------------------------------------------------------- Cliff Woolley cliffwoolley@yahoo.com Charlottesville, VA