Changeset 16d17ca in mainline for uspace/srv/fs/fat/fat_ops.c
- Timestamp:
- 2009-05-22T19:18:39Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4ef6645
- Parents:
- 3ecc02e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/fat/fat_ops.c
r3ecc02e r16d17ca 889 889 void fat_mount(ipc_callid_t rid, ipc_call_t *request) 890 890 { 891 libfs_mount(&fat_libfs_ops, rid, request);891 libfs_mount(&fat_libfs_ops, fat_reg.fs_handle, rid, request); 892 892 } 893 893
Note:
See TracChangeset
for help on using the changeset viewer.