Changeset f7017572 in mainline for uspace/srv/fs/tmpfs/tmpfs.c
- Timestamp:
- 2008-01-27T18:54:16Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- acfdcb0
- Parents:
- 15b9970
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/tmpfs/tmpfs.c
r15b9970 rf7017572 116 116 tmpfs_read(callid, &call); 117 117 break; 118 case VFS_WRITE: 119 tmpfs_write(callid, &call); 120 break; 118 121 default: 119 122 ipc_answer_0(callid, ENOTSUP);
Note:
See TracChangeset
for help on using the changeset viewer.