VirtualBox

Ignore:
Timestamp:
May 30, 2011 10:03:45 AM (14 years ago)
Author:
vboxsync
Message:

SUPDrv: solaris native loading tweaking.

File:
1 edited

Legend:

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

    r35495 r37249  
    740740
    741741
    742 int  VBOXCALL   supdrvOSLdrLoad(PSUPDRVDEVEXT pDevExt, PSUPDRVLDRIMAGE pImage, const uint8_t *pbImageBits)
    743 {
    744     NOREF(pDevExt); NOREF(pImage); NOREF(pbImageBits);
     742int  VBOXCALL   supdrvOSLdrLoad(PSUPDRVDEVEXT pDevExt, PSUPDRVLDRIMAGE pImage, const uint8_t *pbImageBits, PSUPLDRLOAD pReq)
     743{
     744    NOREF(pDevExt); NOREF(pImage); NOREF(pbImageBits); NOREF(pReq);
    745745    return VERR_NOT_SUPPORTED;
    746746}
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