home *** CD-ROM | disk | FTP | other *** search
/ Unix System Administration Handbook 1997 October / usah_oct97.iso / news / cnews.tar / include / sys / timeb.fake < prev   
Text File  |  1994-10-17  |  153b  |  11 lines

  1. struct timeb {
  2.     time_t time;
  3.     unsigned short millitm;
  4.     short timezone;
  5.     short dstflag;
  6. };
  7. #ifdef ftime
  8. #undef ftime
  9. #endif
  10. #define    ftime(x)    fakeftime(x)
  11.