VirtualBox

Changeset 70893 in vbox for trunk/src/VBox/Additions/common


Ignore:
Timestamp:
Feb 7, 2018 3:06:06 PM (7 years ago)
Author:
vboxsync
Message:

VBoxGuest-linux.cpp: Build fix. bugref:9105

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest-linux.c

    r70886 r70893  
    8787# define irqreturn_t            void
    8888# define IRQ_RETVAL(n)
     89#endif
     90
     91/* uidgid.h was introduced in 3.5.0. */
     92#if LINUX_VERSION_CODE < KERNEL_VERSION(3, 5, 0)
     93# define kgid_t gid_t
     94# define kuid_t uid_t
    8995#endif
    9096
     
    801807# else
    802808        char szBuf[64];
    803         const char *pszName = tty_name(pTty, buf);
     809        const char *pszName = tty_name(pTty, szBuf);
    804810# endif
    805811        if (   pszName
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