VirtualBox

Changeset 25645 in vbox for trunk/src/VBox/Runtime/r3/linux


Ignore:
Timestamp:
Jan 5, 2010 9:29:31 AM (15 years ago)
Author:
vboxsync
Message:

IPRT,DoxyFile.Core: Mopped up the errors in the IPRT doxygen run.

File:
1 edited

Legend:

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

    r22969 r25645  
    399399
    400400RTDECL(int) RTFileAioReqPrepareWrite(RTFILEAIOREQ hReq, RTFILE hFile, RTFOFF off,
    401                                      void *pvBuf, size_t cbWrite, void *pvUser)
     401                                     void const *pvBuf, size_t cbWrite, void *pvUser)
    402402{
    403403    return rtFileAioReqPrepareTransfer(hReq, hFile, LNXKAIO_IOCB_CMD_WRITE,
    404                                        off, pvBuf, cbWrite, pvUser);
     404                                       off, (void *)pvBuf, cbWrite, pvUser);
    405405}
    406406
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