VirtualBox

Ignore:
Timestamp:
Jan 5, 2010 9:29:31 AM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
56352
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/solaris/fileaio-solaris.cpp

    r25629 r25645  
    191191
    192192RTDECL(int) RTFileAioReqPrepareWrite(RTFILEAIOREQ hReq, RTFILE hFile, RTFOFF off,
    193                                      void *pvBuf, size_t cbWrite, void *pvUser)
     193                                     void const *pvBuf, size_t cbWrite, void *pvUser)
    194194{
    195195    return rtFileAioReqPrepareTransfer(hReq, hFile, LIO_WRITE,
    196                                        off, pvBuf, cbWrite, pvUser);
     196                                       off, (void *)pvBuf, cbWrite, pvUser);
    197197}
    198198
Note: See TracChangeset for help on using the changeset viewer.

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