Changeset 81068 in vbox
- Timestamp:
- Sep 28, 2019 6:48:03 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 133672
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/linux/RTSystemFirmware-linux.cpp
r81065 r81068 108 108 RTFileClose(hFile); 109 109 } 110 else if (rc == VERR_FILE_NOT_FOUND || rc == VERR_PATH_NOT_FOUND) 111 rc = VINF_SUCCESS; 110 112 else if (rc == VERR_PERMISSION_DENIED) 111 rc = V INF_SUCCESS;113 rc = VERR_NOT_SUPPORTED; 112 114 break; 113 115 }
Note:
See TracChangeset
for help on using the changeset viewer.