Changes in uspace/app/init/init.c [b63b02e:1569a9b] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/init/init.c

    rb63b02e r1569a9b  
    4141#include <errno.h>
    4242#include <task.h>
    43 #include <malloc.h>
     43#include <stdlib.h>
    4444#include <macros.h>
    4545#include <str.h>
     
    208208                    path, retval);
    209209       
    210         return retval;
     210        return retval == 0 ? EOK : EPARTY;
    211211}
    212212
Note: See TracChangeset for help on using the changeset viewer.