- Timestamp:
- Nov 16, 2009 9:30:40 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxNetAdp/solaris/VBoxNetAdp-solaris.c
r22285 r24684 53 53 * Defined Constants And Macros * 54 54 *******************************************************************************/ 55 #define VBOXSOLQUOTE2(x) #x56 #define VBOXSOLQUOTE(x) VBOXSOLQUOTE2(x)57 55 #define DEVICE_NAME "vboxnet" 58 56 /** The module descriptions as seen in 'modinfo'. */ … … 169 167 { 170 168 &mod_driverops, /* extern from kernel */ 171 DEVICE_DESC_DRV " " VBOX_VERSION_STRING "r" VBOXSOLQUOTE(VBOX_SVN_REV),169 DEVICE_DESC_DRV " " VBOX_VERSION_STRING "r" RT_XSTR(VBOX_SVN_REV), 172 170 &g_VBoxNetAdpSolarisDevOps 173 171 };
Note:
See TracChangeset
for help on using the changeset viewer.