Changeset 63495 in vbox for trunk/src/VBox/Additions/common
- Timestamp:
- Aug 15, 2016 5:19:46 PM (8 years ago)
- Location:
- trunk/src/VBox/Additions/common
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3Lib.cpp
r63338 r63495 332 332 g_File = NIL_RTFILE; 333 333 kern_return_t kr = IOServiceClose(uConnection); 334 AssertMsg(kr == kIOReturnSuccess, ("%#x (%d)\n", kr, kr)); 334 AssertMsg(kr == kIOReturnSuccess, ("%#x (%d)\n", kr, kr)); NOREF(kr); 335 335 int rc = RTFileClose(hFile); 336 336 AssertRC(rc); -
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceBalloon.cpp
r62521 r63495 75 75 static void **g_pavBalloon = NULL; 76 76 77 #ifdef RT_OS_LINUX 77 78 /** True = madvise(MADV_DONTFORK) works, false otherwise. */ 78 79 static bool g_fSysMadviseWorks; 80 #endif 79 81 80 82
Note:
See TracChangeset
for help on using the changeset viewer.