Changeset 103789 in vbox for trunk/src/VBox/HostDrivers/VBoxNetAdp
- Timestamp:
- Mar 11, 2024 5:53:04 PM (12 months ago)
- svn:sync-xref-src-repo-rev:
- 162158
- Location:
- trunk/src/VBox/HostDrivers/VBoxNetAdp/linux
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxNetAdp/linux/VBoxNetAdp-linux.c
r98103 r103789 55 55 #include <iprt/mem.h> 56 56 #include <iprt/string.h> 57 #include <VBox/VBoxLnxModInline.h> 57 58 58 59 /* … … 530 531 { 531 532 int rc; 533 534 /* Check if modue loading was disabled. */ 535 if (!vbox_mod_should_load()) 536 return -EINVAL; 537 532 538 /* 533 539 * Initialize IPRT. -
trunk/src/VBox/HostDrivers/VBoxNetAdp/linux/files_vboxnetadp
r103007 r103789 88 88 ${PATH_ROOT}/include/VBox/types.h=>include/VBox/types.h \ 89 89 ${PATH_ROOT}/include/VBox/SUPDrvMangling.h=>include/VBox/SUPDrvMangling.h \ 90 ${PATH_ROOT}/include/VBox/VBoxLnxModInline.h=>include/VBox/VBoxLnxModInline.h \ 90 91 ${PATH_ROOT}/src/VBox/HostDrivers/VBoxNetAdp/linux/VBoxNetAdp-linux.c=>linux/VBoxNetAdp-linux.c \ 91 92 ${PATH_ROOT}/src/VBox/HostDrivers/VBoxNetAdp/VBoxNetAdp.c=>VBoxNetAdp.c \
Note:
See TracChangeset
for help on using the changeset viewer.