VirtualBox

Changeset 29237 in vbox


Ignore:
Timestamp:
May 8, 2010 11:57:28 AM (15 years ago)
Author:
vboxsync
Message:

Runtime/FreeBSD: Fix build of fileaio-freebsd.cpp

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/freebsd/fileaio-freebsd.cpp

    r29129 r29237  
    237237    pReqInt->fFlush           = true;
    238238    pReqInt->AioCB.aio_fildes = (int)hFile;
    239     pReqInt->AioCB.aio_offset = off;
    240     pReqInt->AioCB.aio_nbytes = cbTransfer;
    241     pReqInt->AioCB.aio_buf    = pvBuf;
     239    pReqInt->AioCB.aio_offset = 0;
     240    pReqInt->AioCB.aio_nbytes = 0;
     241    pReqInt->AioCB.aio_buf    = NULL;
    242242    pReqInt->pvUser           = pvUser;
    243243    RTFILEAIOREQ_SET_STATE(pReqInt, PREPARED);
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