VirtualBox

Ignore:
Timestamp:
Jan 21, 2008 11:10:29 AM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
27355
Message:

VERR_WRITE_PROTECT => EROFS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/linux/sharedfolders/dirops.c

    r6396 r6403  
    413413                if (rc == VERR_WRITE_PROTECT)
    414414                {
    415                     err = -EACCES;
     415                    err = -EROFS;
    416416                    goto fail0;
    417417                }
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