VirtualBox

Changeset 2862 in kBuild for trunk/src/lib/nt/ntstat.c


Ignore:
Timestamp:
Sep 2, 2016 2:39:56 AM (9 years ago)
Author:
bird
Message:

updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/nt/ntstat.c

    r2858 r2862  
    173173
    174174    return fMode;
    175 }
    176 
    177 
    178 static void birdNtTimeToTimeSpec(__int64 iNtTime, BirdTimeSpec_T *pTimeSpec)
    179 {
    180     iNtTime -= BIRD_NT_EPOCH_OFFSET_UNIX_100NS;
    181     pTimeSpec->tv_sec  = iNtTime / 10000000;
    182     pTimeSpec->tv_nsec = (iNtTime % 10000000) * 100;
    183175}
    184176
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette