Changeset f15cf1a6 in mainline for uspace/srv/vfs/vfs.c
- Timestamp:
- 2008-02-17T16:22:10Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- cf19ab5
- Parents:
- e704503
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/vfs/vfs.c
re704503 rf15cf1a6 112 112 vfs_mkdir(callid, &call); 113 113 break; 114 case VFS_UNLINK: 115 vfs_unlink(callid, &call); 116 break; 114 117 default: 115 118 ipc_answer_0(callid, ENOTSUP);
Note:
See TracChangeset
for help on using the changeset viewer.