Changeset e704503 in mainline for uspace/srv/vfs/vfs.c
- Timestamp:
- 2008-02-17T14:49:14Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f15cf1a6
- Parents:
- 16105cba
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/vfs/vfs.c
r16105cba re704503 94 94 vfs_open(callid, &call); 95 95 break; 96 case VFS_CLOSE: 97 vfs_close(callid, &call); 98 break; 96 99 case VFS_READ: 97 100 vfs_read(callid, &call);
Note:
See TracChangeset
for help on using the changeset viewer.