Changeset 4158 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Aug 15, 2007 7:55:16 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/linux/memobj-r0drv-linux.c
-
Property svn:keywords
changed from
Id
toId Rev
r4155 r4158 1 /* $ Id$ */1 /* $Revision$ */ 2 2 /** @file 3 3 * innotek Portable Runtime - Ring-0 Memory Objects, Linux. … … 210 210 } 211 211 212 f PageByPage = false;212 fContiguous = true; 213 213 #endif /* < 2.4.22 */ 214 214 pMemLnx->fContiguous = fContiguous; -
Property svn:keywords
changed from
Note:
See TracChangeset
for help on using the changeset viewer.