Changeset 84609 in vbox for trunk/src/VBox/Additions/x11/VBoxClient
- Timestamp:
- May 29, 2020 12:49:06 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/VBoxClient/display-drm.cpp
r84607 r84609 164 164 uid_t guid = getuid(); 165 165 if (setreuid(0, 0) == -1) 166 {167 166 perror("setreuid failed during drm ioctl."); 168 }169 167 int rc; 170 168 struct DRMVMWUPDATELAYOUT ioctlLayout;
Note:
See TracChangeset
for help on using the changeset viewer.