VirtualBox

Changeset 5347 in vbox


Ignore:
Timestamp:
Oct 17, 2007 10:10:16 AM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
25393
Message:

On solaris ENOSYS doesn't mean what we think it does.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/RTErrConvertFromErrno.cpp

    r4071 r5347  
    158158        case ENOLCK:            return VERR_FILE_LOCK_FAILED;
    159159#endif
    160 #ifdef ENOSYS
     160#ifdef ENOSYS /** @todo map this differently on solaris. */
    161161        case ENOSYS:            return VERR_NOT_SUPPORTED;
    162162#endif
     
    325325        case ESOCKTNOSUPPORT:   return VERR_NET_SOCKET_TYPE_NOT_SUPPORTED;
    326326#endif
    327 #ifdef EOPNOTSUPP
     327#ifdef EOPNOTSUPP /** @todo map this differently on solaris. */
    328328        case EOPNOTSUPP:        return VERR_NET_OPERATION_NOT_SUPPORTED;
    329329#endif
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