Changeset 7fc9820 in mainline for uspace/app/init/init.c


Ignore:
Timestamp:
2011-07-23T22:53:31Z (13 years ago)
Author:
Petr Koupy <petr.koupy@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a8010272
Parents:
18b5228b
Message:

FAT server initialization in init.c changed to synchronous mode.

File:
1 edited

Legend:

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

    r18b5228b r7fc9820  
    296296        /* Make sure fat is running. */
    297297        if (str_cmp(STRING(RDFMT), "fat") != 0) {
    298                 spawn("/srv/fat");
     298                srv_start("/srv/fat");
    299299        }
    300300        mount_data();
Note: See TracChangeset for help on using the changeset viewer.