Changeset 75599 in vbox for trunk/src/VBox/HostDrivers/VBoxPci/linux
- Timestamp:
- Nov 19, 2018 8:39:52 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxPci/linux/VBoxPci-linux.c
r75576 r75599 448 448 int iCmdLen; 449 449 const int cMaxBuf = 128; 450 #if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 29) 450 451 const struct cred *pOldCreds; 451 452 struct cred *pNewCreds; 453 #endif 452 454 453 455 /*
Note:
See TracChangeset
for help on using the changeset viewer.