Changeset 27492 in vbox for trunk/src/VBox
- Timestamp:
- Mar 18, 2010 4:56:32 PM (15 years ago)
- Location:
- trunk/src/VBox/Runtime/r3
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/darwin/alloc-darwin.cpp
r21292 r27492 43 43 #include <sys/mman.h> 44 44 45 46 #ifdef IN_RING347 45 48 46 /** … … 198 196 return RTErrConvertFromErrno(errno); 199 197 } 200 201 #endif -
trunk/src/VBox/Runtime/r3/posix/alloc-posix.cpp
r11020 r27492 72 72 73 73 74 75 #ifdef IN_RING376 74 77 75 /** … … 274 272 return RTErrConvertFromErrno(errno); 275 273 } 276 277 #endif -
trunk/src/VBox/Runtime/r3/solaris/alloc-solaris.cpp
r11020 r27492 44 44 #include <strings.h> 45 45 46 47 #ifdef IN_RING348 46 49 47 /** … … 205 203 return RTErrConvertFromErrno(errno); 206 204 } 207 208 #endif
Note:
See TracChangeset
for help on using the changeset viewer.