Changeset 16810 in vbox for trunk/src/VBox/Runtime/common
- Timestamp:
- Feb 17, 2009 1:32:19 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/err/RTErrConvertToErrno.cpp
r16807 r16810 92 92 #endif 93 93 #ifdef ECHILD 94 case VERR_PROCESS_NOT_FOUND: return ECHILD;94 //case VERR_PROCESS_NOT_FOUND: return ECHILD; 95 95 #endif 96 96 #ifdef EAGAIN
Note:
See TracChangeset
for help on using the changeset viewer.