On 6 Aug 2001 [EMAIL PROTECTED] 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? <scratching head> --Cliff -------------------------------------------------------------- Cliff Woolley [EMAIL PROTECTED] Charlottesville, VA
