VirtualBox

Changeset 67984 in vbox for trunk/src/VBox/Runtime


Ignore:
Timestamp:
Jul 16, 2017 8:24:39 PM (7 years ago)
Author:
vboxsync
Message:

Runtime: Linux 4.13 fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r0drv/linux/waitqueue-r0drv-linux.h

    r62477 r67984  
    4747{
    4848    /** The wait queue entry. */
     49#if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 13, 0)
     50    wait_queue_entry_t WaitQE;
     51#else
    4952    wait_queue_t    WaitQE;
     53#endif
    5054    /** The absolute timeout given as nano seconds since the start of the
    5155     *  monotonic clock. */
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