Changes in uspace/app/init/init.c [6d5e378:232cd4f] in mainline


Ignore:
File:
1 edited

Legend:

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

    r6d5e378 r232cd4f  
    3939#include <stdarg.h>
    4040#include <vfs/vfs.h>
    41 #include <bool.h>
     41#include <stdbool.h>
    4242#include <errno.h>
    4343#include <fcntl.h>
     
    369369#ifdef CONFIG_START_BD
    370370        srv_start("/srv/ata_bd");
    371         srv_start("/srv/gxe_bd");
    372371#endif
    373372       
Note: See TracChangeset for help on using the changeset viewer.