VirtualBox

Ignore:
Timestamp:
Nov 19, 2018 2:42:45 PM (6 years ago)
Author:
vboxsync
Message:

VBoxPci-linux.c: Shut up a couple of warnings.

File:
1 edited

Legend:

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

    r73084 r75576  
    558558        int                iCmdLen;
    559559        const int          cMaxBuf = 128;
     560#if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 29)
    560561        const struct cred *pOldCreds;
    561562        struct cred       *pNewCreds;
     563#endif
    562564        uint8_t            uBus =   (pIns->HostPciAddress) >> 8;
    563565        uint8_t            uDevFn = (pIns->HostPciAddress) & 0xff;
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