Changeset 7011
- Timestamp:
- 02/19/08 11:58:16 (10 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/VBox/HostDrivers/Support/solaris/SUPLib-solaris.cpp
r5999 r7011 57 57 * Defined Constants And Macros * 58 58 *******************************************************************************/ 59 /** S uffix must match the one in ddi_create_minor_node() (SUPDrv-solaris.c)*/60 #define DEVICE_NAME "/dev ices/pseudo/vboxdrv@0:vboxdrv"59 /** Solaris device link. */ 60 #define DEVICE_NAME "/dev/vboxdrv" 61 61 62 62

