Changeset 38c706cc in mainline for uspace/srv/vfs/vfs_register.c
- Timestamp:
- 2007-12-04T19:54:53Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6364d3c
- Parents:
- 90c35436
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/vfs/vfs_register.c
r90c35436 r38c706cc 253 253 return; 254 254 } 255 fs_info->phone = IPC_GET_ARG 3(call);255 fs_info->phone = IPC_GET_ARG5(call); 256 256 ipc_answer_0(callid, EOK); 257 257
Note:
See TracChangeset
for help on using the changeset viewer.