VirtualBox

忽略:
時間撮記:
2008-11-5 上午02:34:43 (16 年 以前)
作者:
vboxsync
訊息:

s/VBOX_SUCCESS/RT_SUCCESS/g s/VBOX_FAILURE/RT_FAILURE/g - VBOX_SUCCESS and VBOX_FAILURE have *NOT* been retired (because old habbits die hard) just sligtly deprecated.

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/Additions/linux/daemon/vboxadd_timesync.c

    r13102 r13835  
    149149        if (ioctl(fd, VBOXGUEST_IOCTL_VMMREQUEST(0), (void*)&req) >= 0)
    150150        {
    151             if (VBOX_SUCCESS(req.header.rc))
     151            if (RT_SUCCESS(req.header.rc))
    152152            {
    153153                /* Adapt time smoothly and try to prevent negative time differences. */
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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