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