(file) Return to IPCTru64.h CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Common / Attic

Diff for /pegasus/src/Pegasus/Common/Attic/IPCTru64.h between version 1.3 and 1.4

version 1.3, 2002/11/12 23:52:10 version 1.4, 2003/05/02 17:12:16
Line 139 
Line 139 
 { {
     struct timespec wait;     struct timespec wait;
     wait.tv_sec = msec / 1000;     wait.tv_sec = msec / 1000;
     msec -= wait.tv_sec * 1000;  // What is this line for?      wait.tv_nsec = (msec % 1000) * 1000000;
     wait.tv_nsec = (msec & 1000) * 1000000;  
     nanosleep(&wait, NULL);     nanosleep(&wait, NULL);
 } }
  


Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2