Changeset 21096 in vbox for trunk/src/VBox/HostDrivers/Support/solaris
- Timestamp:
- Jun 30, 2009 6:55:45 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/solaris/SUPDrv-solaris.c
r19271 r21096 67 67 * Defined Constants And Macros * 68 68 *******************************************************************************/ 69 /** @todo this quoting macros probably should be moved to a common place.70 * The indirection is for expanding macros passed to the first macro. */71 #define VBOXSOLQUOTE2(x) #x72 #define VBOXSOLQUOTE(x) VBOXSOLQUOTE2(x)73 69 /** The module name. */ 74 70 #define DEVICE_NAME "vboxdrv" … … 145 141 { 146 142 &mod_driverops, /* extern from kernel */ 147 DEVICE_DESC " " VBOX_VERSION_STRING "r" VBOXSOLQUOTE(VBOX_SVN_REV),143 DEVICE_DESC " " VBOX_VERSION_STRING "r" RT_XSTR(VBOX_SVN_REV), 148 144 &g_VBoxDrvSolarisDevOps 149 145 };
Note:
See TracChangeset
for help on using the changeset viewer.