Changeset 46577995 in mainline for uspace/srv/ns/clonable.c
- Timestamp:
- 2018-01-04T20:50:52Z (8 years ago)
- Children:
- e211ea04
- Parents:
- facacc71
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-01-04 20:47:53)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-01-04 20:50:52)
- File:
-
- 1 edited
-
uspace/srv/ns/clonable.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/ns/clonable.c
rfacacc71 r46577995 55 55 static list_t cs_req; 56 56 57 int clonable_init(void)57 errno_t clonable_init(void) 58 58 { 59 59 list_initialize(&cs_req); … … 128 128 129 129 /* Spawn a loader. */ 130 int rc = loader_spawn("loader");130 errno_t rc = loader_spawn("loader"); 131 131 132 132 if (rc != EOK) {
Note:
See TracChangeset
for help on using the changeset viewer.
