Changeset 13835 in vbox for trunk/src/VBox/Additions/linux/daemon/vboxadd_timesync.c
- Timestamp:
- Nov 5, 2008 2:34:43 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/daemon/vboxadd_timesync.c
r13102 r13835 149 149 if (ioctl(fd, VBOXGUEST_IOCTL_VMMREQUEST(0), (void*)&req) >= 0) 150 150 { 151 if ( VBOX_SUCCESS(req.header.rc))151 if (RT_SUCCESS(req.header.rc)) 152 152 { 153 153 /* Adapt time smoothly and try to prevent negative time differences. */
Note:
See TracChangeset
for help on using the changeset viewer.