VirtualBox

儲存庫 vbox 的更動 62464


忽略:
時間撮記:
2016-7-22 下午04:54:49 (8 年 以前)
作者:
vboxsync
訊息:

socket.cpp: build fix

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/Runtime/r3/socket.cpp

    r60910 r62464  
    14691469    AssertReturn(RTMemPoolRefCount(pThis) >= (pThis->cUsers ? 2U : 1U), VERR_CALLER_NO_REFERENCE);
    14701470    int const fdMax = (int)pThis->hNative + 1;
    1471     AssertReturn(fdMax - 1 == pThis->hNative, VERR_INTERNAL_ERROR_5);
     1471    AssertReturn((RTSOCKETNATIVE)(fdMax - 1) == pThis->hNative, VERR_INTERNAL_ERROR_5);
    14721472
    14731473    /*
     
    15131513    AssertReturn(RTMemPoolRefCount(pThis) >= (pThis->cUsers ? 2U : 1U), VERR_CALLER_NO_REFERENCE);
    15141514    int const fdMax = (int)pThis->hNative + 1;
    1515     AssertReturn(fdMax - 1 == pThis->hNative, VERR_INTERNAL_ERROR_5);
     1515    AssertReturn((RTSOCKETNATIVE)(fdMax - 1) == pThis->hNative, VERR_INTERNAL_ERROR_5);
    15161516
    15171517    *pfEvents = 0;
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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