Changes in uspace/app/init/init.c [232cd4f:6d5e378] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/init/init.c
r232cd4f r6d5e378 39 39 #include <stdarg.h> 40 40 #include <vfs/vfs.h> 41 #include < stdbool.h>41 #include <bool.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"); 371 372 #endif 372 373
Note:
See TracChangeset
for help on using the changeset viewer.