- Timestamp:
- May 28, 2021 5:36:09 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/linux/SUPDrv-linux.c
r87729 r89368 754 754 755 755 756 # if RTLNX_VER_MAX(5,12,0) 756 757 /** 757 758 * Used by native wrapper modules, forwarding to supdrvLdrRegisterWrappedModule … … 761 762 const char *pszLnxModName, void **phMod) 762 763 { 763 # if RTLNX_VER_MIN(2,6,30)764 # if RTLNX_VER_MIN(2,6,30) 764 765 /* Locate the module structure for the caller so can later reference 765 766 and dereference it to prevent unloading while it is being used. … … 788 789 } 789 790 return VERR_INTERRUPTED; 790 # else791 # else 791 792 printk("vboxdrv: wrapper modules are not supported on 2.6.29 and earlier. sorry.\n"); 792 793 return VERR_NOT_SUPPORTED; 793 # endif794 # endif 794 795 } 795 796 EXPORT_SYMBOL(SUPDrvLinuxLdrRegisterWrappedModule); 797 #endif /* < 5.12.0 */ 796 798 797 799
Note:
See TracChangeset
for help on using the changeset viewer.

