Changeset 93331 in vbox for trunk/src/VBox/Additions/common/VBoxGuest
- Timestamp:
- Jan 18, 2022 5:53:26 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/lib/VBoxGuestR3LibDrmClient.cpp
r93330 r93331 83 83 } 84 84 85 #if defined(RT_OS_LINUX) 85 86 static int VbglR3DrmStart(const char *pszCmd, const char **apszArgs) 86 87 { 87 #if defined(RT_OS_LINUX)88 88 return RTProcCreate(pszCmd, apszArgs, RTENV_DEFAULT, 89 89 RTPROC_FLAGS_DETACHED | RTPROC_FLAGS_SEARCH_PATH, NULL); 90 #else 91 return VERR_NOT_SUPPORTED; 90 } 92 91 #endif 93 }94 92 95 93 /**
Note:
See TracChangeset
for help on using the changeset viewer.