VirtualBox

Changeset 81068 in vbox


Ignore:
Timestamp:
Sep 28, 2019 6:48:03 AM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
133672
Message:

IPRT: Added simple RTSystemFirmware* implementation for linux. [fix]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/linux/RTSystemFirmware-linux.cpp

    r81065 r81068  
    108108                RTFileClose(hFile);
    109109            }
     110            else if (rc == VERR_FILE_NOT_FOUND || rc == VERR_PATH_NOT_FOUND)
     111                rc = VINF_SUCCESS;
    110112            else if (rc == VERR_PERMISSION_DENIED)
    111                 rc = VINF_SUCCESS;
     113                rc = VERR_NOT_SUPPORTED;
    112114            break;
    113115        }
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette