Changeset 5347 in vbox
- Timestamp:
- Oct 17, 2007 10:10:16 AM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 25393
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/RTErrConvertFromErrno.cpp
r4071 r5347 158 158 case ENOLCK: return VERR_FILE_LOCK_FAILED; 159 159 #endif 160 #ifdef ENOSYS 160 #ifdef ENOSYS /** @todo map this differently on solaris. */ 161 161 case ENOSYS: return VERR_NOT_SUPPORTED; 162 162 #endif … … 325 325 case ESOCKTNOSUPPORT: return VERR_NET_SOCKET_TYPE_NOT_SUPPORTED; 326 326 #endif 327 #ifdef EOPNOTSUPP 327 #ifdef EOPNOTSUPP /** @todo map this differently on solaris. */ 328 328 case EOPNOTSUPP: return VERR_NET_OPERATION_NOT_SUPPORTED; 329 329 #endif
Note:
See TracChangeset
for help on using the changeset viewer.