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/freebsd/SUPDrv-freebsd.c

    r29501 r37249  
    616616
    617617
    618 int  VBOXCALL   supdrvOSLdrLoad(PSUPDRVDEVEXT pDevExt, PSUPDRVLDRIMAGE pImage, const uint8_t *pbImageBits)
    619 {
    620     NOREF(pDevExt); NOREF(pImage); NOREF(pbImageBits);
     618int  VBOXCALL   supdrvOSLdrLoad(PSUPDRVDEVEXT pDevExt, PSUPDRVLDRIMAGE pImage, const uint8_t *pbImageBits, PSUPLDRLOAD pReq)
     619{
     620    NOREF(pDevExt); NOREF(pImage); NOREF(pbImageBits); NOREF(pReq);
    621621    return VERR_NOT_SUPPORTED;
    622622}
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