Changeset 80713 in vbox
- Timestamp:
- Sep 10, 2019 9:29:57 PM (5 years ago)
- Location:
- trunk/src/VBox
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/sharedfolders/regops.c
r80712 r80713 80 80 #endif 81 81 82 #ifdef RHEL_RELEASE_CODE83 # if RHEL_RELEASE_CODE >= RHEL_RELEASE_VERSION(8, 1)84 # define RHEL_8185 # endif86 #endif87 82 88 83 /********************************************************************************************************************************* -
trunk/src/VBox/Runtime/r0drv/linux/memuserkernel-r0drv-linux.c
r80712 r80713 35 35 #include <iprt/errcore.h> 36 36 37 #ifdef RHEL_RELEASE_CODE38 # if RHEL_RELEASE_CODE >= RHEL_RELEASE_VERSION(8, 1)39 # define RHEL_8140 # endif41 #endif42 37 43 38 RTR0DECL(int) RTR0MemUserCopyFrom(void *pvDst, RTR3PTR R3PtrSrc, size_t cb) -
trunk/src/VBox/Runtime/r0drv/linux/the-linux-kernel.h
r77549 r80713 466 466 RTDECL(struct page *) rtR0MemObjLinuxVirtToPage(void *pv); 467 467 468 /* 469 * Guest Additions changes specific to Red Hat 8.1 and later. 470 */ 471 #ifdef RHEL_RELEASE_CODE 472 # if RHEL_RELEASE_CODE >= RHEL_RELEASE_VERSION(8, 1) 473 # define RHEL_81 474 # endif 475 #endif 468 476 469 477 #endif /* !IPRT_INCLUDED_SRC_r0drv_linux_the_linux_kernel_h */
Note:
See TracChangeset
for help on using the changeset viewer.