Ticket #9830: patch-fileaio-posix.cpp.diff
| File patch-fileaio-posix.cpp.diff, 1.3 KB (added by , 13 years ago) |
|---|
-
src/VBox/Runtime/r3/posix/fileaio-posix.cpp
old new 307 307 &cReqsOutstandingMax, /* Where to store the old value. */ 308 308 &cbParameter, /* Size of the memory pointed to. */ 309 309 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. */ 311 311 if (rcBSD == -1) 312 312 return RTErrConvertFromErrno(errno); 313 313 … … 326 326 &cReqsOutstandingMax, /* Where to store the old value. */ 327 327 &cbParameter, /* Size of the memory pointed to. */ 328 328 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. */ 330 330 if (rcBSD == -1) 331 331 { 332 332 /* ENOENT means the value is unknown thus the module is not loaded. */

