Changeset 2133e02 in mainline for uspace/srv/fs/exfat/exfat.c
- Timestamp:
- 2015-08-18T20:14:05Z (9 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1a522e5
- Parents:
- 84dc30c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/exfat/exfat.c
r84dc30c r2133e02 76 76 77 77 async_sess_t *vfs_sess = service_connect_blocking(EXCHANGE_SERIALIZE, 78 SERVICE_VFS, 0 , 0);78 SERVICE_VFS, 0); 79 79 if (!vfs_sess) { 80 80 printf(NAME ": failed to connect to VFS\n");
Note:
See TracChangeset
for help on using the changeset viewer.