VirtualBox

Changeset 44186 in vbox


Ignore:
Timestamp:
Dec 20, 2012 1:19:10 AM (12 years ago)
Author:
vboxsync
Message:

build fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/solaris/SUPDrv-solaris.c

    r44183 r44186  
    455455     * Validate input
    456456     */
    457     if (   (getminor(*devp) != 0 && getminor(*devp) != 1)
     457    if (   (getminor(*pDev) != 0 && getminor(*pDev) != 1)
    458458        || fType != OTYP_CHR)
    459459        return EINVAL; /* See mmopen for precedent. */
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette