Changeset 320c884 in mainline for uspace/srv/vfs/vfs.c
- Timestamp:
- 2007-11-04T19:47:32Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 798f364
- Parents:
- 89cb140
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/vfs/vfs.c
r89cb140 r320c884 101 101 case VFS_WRITE: 102 102 case VFS_SEEK: 103 case VFS_UNLINK: 104 case VFS_RENAME: 103 105 default: 104 106 ipc_answer_fast_0(callid, ENOTSUP);
Note:
See TracChangeset
for help on using the changeset viewer.