Changeset a4eb8a60 in mainline for uspace/srv/fs/tmpfs/tmpfs.c
- Timestamp:
- 2007-12-22T22:58:57Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5c786d1
- Parents:
- c9957b6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/tmpfs/tmpfs.c
rc9957b6 ra4eb8a60 113 113 tmpfs_lookup(callid, &call); 114 114 break; 115 case VFS_READ: 116 tmpfs_read(callid, &call); 117 break; 115 118 default: 116 119 ipc_answer_0(callid, ENOTSUP);
Note:
See TracChangeset
for help on using the changeset viewer.