VirtualBox

Changeset 46248 in vbox


Ignore:
Timestamp:
May 23, 2013 7:20:58 PM (12 years ago)
Author:
vboxsync
Message:

build fixes

Location:
trunk/src/VBox/Runtime
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/Makefile.kmk

    r46199 r46248  
    11471147        common/misc/sanity-c.c \
    11481148        common/misc/sanity-cpp.cpp \
     1149        common/misc/sg.cpp \
    11491150        common/path/rtPathVolumeSpecLen.cpp \
    11501151        common/path/RTPathAbsDup.cpp \
  • trunk/src/VBox/Runtime/r3/fileio.cpp

    r46245 r46248  
    222222RTR3DECL(int)  RTFileSgReadAt(RTFILE hFile, RTFOFF off, PRTSGBUF pSgBuf, size_t cbToRead, size_t *pcbRead)
    223223{
    224     int rc;
     224    int rc = VINF_SUCCESS;
    225225    size_t cbRead = 0;
    226226
     
    285285RTR3DECL(int)  RTFileSgWriteAt(RTFILE hFile, RTFOFF off, PRTSGBUF pSgBuf, size_t cbToWrite, size_t *pcbWritten)
    286286{
    287     int rc;
     287    int rc = VINF_SUCCESS;
    288288    size_t cbWritten = 0;
    289289
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