Changeset 44183 in vbox for trunk/src/VBox/HostDrivers/Support/solaris
- Timestamp:
- Dec 19, 2012 7:27:50 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/solaris/SUPDrv-solaris.c
r44181 r44183 321 321 { 322 322 int rc; 323 #ifdef USE_SESSION_HASH 323 324 int instance = ddi_get_instance(pDip); 324 #ifdef USE_SESSION_HASH325 325 vbox_devstate_t *pState; 326 326 … … 446 446 static int VBoxDrvSolarisOpen(dev_t *pDev, int fFlag, int fType, cred_t *pCred) 447 447 { 448 const bool fUnrestricted = getminor(* devp) == 0;448 const bool fUnrestricted = getminor(*pDev) == 0; 449 449 PSUPDRVSESSION pSession; 450 450 int rc;
Note:
See TracChangeset
for help on using the changeset viewer.