Changeset 83d9712 in mainline
- Timestamp:
- 2008-11-25T22:43:49Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d1b625b
- Parents:
- 46321fb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/fat/fat.c
r46321fb r83d9712 117 117 fat_truncate(callid, &call); 118 118 break; 119 case VFS_DESTROY: 120 fat_destroy(callid, &call); 121 break; 119 122 default: 120 123 ipc_answer_0(callid, ENOTSUP);
Note:
See TracChangeset
for help on using the changeset viewer.