Changeset f019cc07 in mainline for uspace/app/init/init.c
- Timestamp:
- 2009-08-02T19:08:22Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5b3cf90
- Parents:
- a405563
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/init/init.c
ra405563 rf019cc07 203 203 } 204 204 205 void mount_data(void)205 static void mount_data(void) 206 206 { 207 207 int rc; … … 246 246 srv_start("/srv/ata_bd"); 247 247 srv_start("/srv/gxe_bd"); 248 #endif 248 #else 249 (void) srv_start; 250 #endif 251 249 252 #ifdef CONFIG_MOUNT_DATA 250 253 mount_data(); 254 #else 255 (void) mount_data; 251 256 #endif 252 257
Note:
See TracChangeset
for help on using the changeset viewer.