Changeset 222e57c in mainline for uspace/srv/vfs/vfs.c
- Timestamp:
- 2008-01-06T19:39:13Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 41a0d27
- Parents:
- 10d6b858
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/vfs/vfs.c
r10d6b858 r222e57c 100 100 vfs_write(callid, &call); 101 101 break; 102 case VFS_SEEK: 103 vfs_seek(callid, &call); 104 break; 102 105 case VFS_UNMOUNT: 103 106 case VFS_CREATE: 104 107 case VFS_CLOSE: 105 case VFS_SEEK:106 108 case VFS_UNLINK: 107 109 case VFS_RENAME:
Note:
See TracChangeset
for help on using the changeset viewer.