Changeset 97896 in vbox for trunk/src/VBox/Runtime/r0drv/solaris/memobj-r0drv-solaris.h
- Timestamp:
- Dec 29, 2022 3:14:39 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/solaris/memobj-r0drv-solaris.h
r96407 r97896 296 296 297 297 298 #ifdef SEGOP_CAPABLE 298 299 static int rtR0SegVBoxSolCapable(seg_t *pSeg, segcapability_t Capab) 299 300 { 300 301 return 0; 301 302 } 303 #endif 302 304 303 305 … … 326 328 rtR0SegVBoxSolGetMemId, 327 329 NULL, /* getpolicy() */ 330 #ifdef SEGOP_CAPABLE 328 331 rtR0SegVBoxSolCapable 332 #endif 329 333 }; 330 334
Note:
See TracChangeset
for help on using the changeset viewer.