VirtualBox

Changeset 30433 in vbox


Ignore:
Timestamp:
Jun 24, 2010 1:20:23 PM (15 years ago)
Author:
vboxsync
Message:

Additions/Solaris/SharedFolders: force a 64-bit operation here

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/solaris/SharedFolders/vboxfs_prov.c

    r30417 r30433  
    524524sfprov_timespec_from_ftime(RTTIMESPEC *ts, timestruc_t time)
    525525{
    526         uint64_t nanosec = 1000000000 * time.tv_sec + time.tv_nsec;
     526        uint64_t nanosec = UINT64_C(1000000000) * time.tv_sec + time.tv_nsec;
    527527        RTTimeSpecSetNano(ts, nanosec);
    528528}
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