Changeset 475fe35 in mainline
- Timestamp:
- 2010-11-24T19:03:44Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- cb819f9
- Parents:
- 85369b1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/ns/task.c
r85369b1 r475fe35 262 262 if (ht == NULL) { 263 263 /* No such task exists. */ 264 retval = ENOENT;265 goto out;264 ipc_answer_0(callid, ENOENT); 265 return; 266 266 } 267 267
Note:
See TracChangeset
for help on using the changeset viewer.