Changes in uspace/app/init/init.c [6d5e378:232cd4f] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/init/init.c
r6d5e378 r232cd4f 39 39 #include <stdarg.h> 40 40 #include <vfs/vfs.h> 41 #include < bool.h>41 #include <stdbool.h> 42 42 #include <errno.h> 43 43 #include <fcntl.h> … … 369 369 #ifdef CONFIG_START_BD 370 370 srv_start("/srv/ata_bd"); 371 srv_start("/srv/gxe_bd");372 371 #endif 373 372
Note:
See TracChangeset
for help on using the changeset viewer.