- Timestamp:
- Jun 19, 2008 4:46:54 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/err/RTErrConvertFromErrno.cpp
r9473 r9829 269 269 #endif 270 270 #ifdef EPROTO 271 //case EPROTO 71 /* Protocol error*/271 case EPROTO: return VERR_UNRESOLVED_ERROR; /* Roughly correct */ 272 272 #endif 273 273 #ifdef EMULTIHOP
Note:
See TracChangeset
for help on using the changeset viewer.