Changeset 70893 in vbox for trunk/src/VBox/Additions/common
- Timestamp:
- Feb 7, 2018 3:06:06 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest-linux.c
r70886 r70893 87 87 # define irqreturn_t void 88 88 # 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 89 95 #endif 90 96 … … 801 807 # else 802 808 char szBuf[64]; 803 const char *pszName = tty_name(pTty, buf);809 const char *pszName = tty_name(pTty, szBuf); 804 810 # endif 805 811 if ( pszName
Note:
See TracChangeset
for help on using the changeset viewer.