Changeset 89370 in vbox for trunk/src/VBox/HostDrivers/Support
- Timestamp:
- May 28, 2021 7:24:37 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 144721
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/linux/SUPDrv-linux.c
r89368 r89370 93 93 #define VBoxDrvLinuxIOCtl RT_CONCAT(VBoxDrvLinuxIOCtl_,VBoxDrvLinuxVersion) 94 94 95 /* Once externally provided, this string will be printed into kernel log on 96 * module start together with the rest of versioning information. */ 97 #ifndef VBOX_EXTRA_VERSION_STRING 98 # define VBOX_EXTRA_VERSION_STRING "" 99 #endif 95 100 96 101 … … 361 366 LogFlow(("VBoxDrv::ModuleInit returning %#x\n", rc)); 362 367 printk(KERN_DEBUG "vboxdrv: Successfully loaded version " 363 VBOX_VERSION_STRING " (interface " RT_XSTR(SUPDRV_IOC_VERSION) ")\n"); 368 VBOX_VERSION_STRING " r" RT_XSTR(VBOX_SVN_REV) 369 VBOX_EXTRA_VERSION_STRING 370 " (interface " RT_XSTR(SUPDRV_IOC_VERSION) ")\n"); 364 371 return rc; 365 372 }
Note:
See TracChangeset
for help on using the changeset viewer.