Changes in uspace/app/init/init.c [b63b02e:1569a9b] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/init/init.c
rb63b02e r1569a9b 41 41 #include <errno.h> 42 42 #include <task.h> 43 #include < malloc.h>43 #include <stdlib.h> 44 44 #include <macros.h> 45 45 #include <str.h> … … 208 208 path, retval); 209 209 210 return retval ;210 return retval == 0 ? EOK : EPARTY; 211 211 } 212 212
Note:
See TracChangeset
for help on using the changeset viewer.