Changeset 6c71a1f in mainline for uspace/srv/fs/fat/fat.c
- Timestamp:
- 2008-11-04T22:34:59Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c472aff
- Parents:
- ab579fa
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/fat/fat.c
rab579fa r6c71a1f 114 114 fat_write(callid, &call); 115 115 break; 116 case VFS_TRUNCATE: 117 fat_truncate(callid, &call); 118 break; 116 119 default: 117 120 ipc_answer_0(callid, ENOTSUP);
Note:
See TracChangeset
for help on using the changeset viewer.