Changeset 132ab5d1 in mainline for uspace/srv/ns/clonable.c
- Timestamp:
- 2018-01-30T03:20:45Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5a6cc679
- Parents:
- 8bfb163 (diff), 6a5d05b (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
uspace/srv/ns/clonable.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/ns/clonable.c
r8bfb163 r132ab5d1 38 38 #include <assert.h> 39 39 #include <stdio.h> 40 #include < malloc.h>40 #include <stdlib.h> 41 41 #include <loader/loader.h> 42 42 #include "clonable.h" … … 130 130 int rc = loader_spawn("loader"); 131 131 132 if (rc < 0) {132 if (rc != EOK) { 133 133 free(csr); 134 134 async_answer_0(callid, rc);
Note:
See TracChangeset
for help on using the changeset viewer.
