Changeset 45300 in vbox for trunk/src/VBox/HostDrivers/VBoxPci/linux/VBoxPci-linux.c
- Timestamp:
- Apr 3, 2013 9:48:39 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxPci/linux/VBoxPci-linux.c
r39432 r45300 430 430 goto done; 431 431 432 # if LINUX_VERSION_CODE >= KERNEL_VERSION(3, 5, 0) 433 pNewCreds->fsuid = GLOBAL_ROOT_UID; 434 # else 432 435 pNewCreds->fsuid = 0; 436 # endif 433 437 pOldCreds = override_creds(pNewCreds); 434 438 #endif … … 540 544 goto done; 541 545 546 # if LINUX_VERSION_CODE >= KERNEL_VERSION(3, 5, 0) 547 pNewCreds->fsuid = GLOBAL_ROOT_UID; 548 # else 542 549 pNewCreds->fsuid = 0; 550 # endif 543 551 pOldCreds = override_creds(pNewCreds); 544 552 #endif
Note:
See TracChangeset
for help on using the changeset viewer.