VirtualBox

Changeset 39143 in vbox for trunk/src/VBox/Runtime


Ignore:
Timestamp:
Oct 29, 2011 1:21:25 PM (13 years ago)
Author:
vboxsync
Message:

Runtime/fileaio-posix: Don't use NULL for size_t (patch from public #9830)

File:
1 edited

Legend:

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

    r39083 r39143  
    308308                         &cbParameter,          /* Size of the memory pointed to. */
    309309                         NULL,                  /* Where the new value is located. */
    310                          NULL);                 /* Where the size of the new value is stored. */
     310                         0);                    /* Where the size of the new value is stored. */
    311311    if (rcBSD == -1)
    312312        return RTErrConvertFromErrno(errno);
     
    327327                         &cbParameter,               /* Size of the memory pointed to. */
    328328                         NULL,                       /* Where the new value is located. */
    329                          NULL);                      /* Where the size of the new value is stored. */
     329                         0);                         /* Where the size of the new value is stored. */
    330330    if (rcBSD == -1)
    331331    {
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