VirtualBox

Changeset 13102 in vbox for trunk/src/VBox/Additions/linux


Ignore:
Timestamp:
Oct 8, 2008 6:36:06 PM (16 years ago)
Author:
vboxsync
Message:

use #define

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/linux/daemon/vboxadd_timesync.c

    r13101 r13102  
    157157                struct timeval tv;
    158158
     159#undef USE_ADJTIME
     160#ifdef USE_ADJTIME
    159161                gettimeofday(&tv, NULL);
    160 #if 0
    161162                u64Now     = (uint64_t)tv.tv_sec * 1000 + (uint64_t)tv.tv_usec / 1000;
    162163                i64Diff    = (int64_t)(req.time - u64Now);
Note: See TracChangeset for help on using the changeset viewer.

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