VirtualBox

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/freebsd/fileaio-freebsd.cpp

    r19562 r25645  
    224224
    225225RTDECL(int) RTFileAioReqPrepareWrite(RTFILEAIOREQ hReq, RTFILE hFile, RTFOFF off,
    226                                      void *pvBuf, size_t cbWrite, void *pvUser)
     226                                     void const *pvBuf, size_t cbWrite, void *pvUser)
    227227{
    228228    return rtFileAioReqPrepareTransfer(hReq, hFile, LIO_WRITE,
    229                                        off, pvBuf, cbWrite, pvUser);
     229                                       off, (void *)pvBuf, cbWrite, pvUser);
    230230}
    231231
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