VirtualBox

vbox的更動 39143 路徑 trunk/src/VBox/Runtime/r3/posix


忽略:
時間撮記:
2011-10-29 下午01:21:25 (13 年 以前)
作者:
vboxsync
訊息:

Runtime/fileaio-posix: Don't use NULL for size_t (patch from public #9830)

檔案:
修改 1 筆資料

圖例:

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

    r39083 r39143  
    308308                         &cbParameter,          /* Size of the memory pointed to. */
    309309                         NULL,                  /* Where the new value is located. */
    310                          NULL);                 /* Where the size of the new value is stored. */
     310                         0);                    /* Where the size of the new value is stored. */
    311311    if (rcBSD == -1)
    312312        return RTErrConvertFromErrno(errno);
     
    327327                         &cbParameter,               /* Size of the memory pointed to. */
    328328                         NULL,                       /* Where the new value is located. */
    329                          NULL);                      /* Where the size of the new value is stored. */
     329                         0);                         /* Where the size of the new value is stored. */
    330330    if (rcBSD == -1)
    331331    {
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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