Changeset 3115355 in mainline for uspace/srv/vfs/vfs_register.c
- Timestamp:
- 2007-12-31T10:14:38Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 27d293a
- Parents:
- badbd888
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/vfs/vfs_register.c
rbadbd888 r3115355 165 165 * VFS info structure from the client FS. 166 166 */ 167 if (!ipc_data_write_receive(&callid, NULL,&size)) {167 if (!ipc_data_write_receive(&callid, &size)) { 168 168 /* 169 169 * The client doesn't obey the same protocol as we do.
Note:
See TracChangeset
for help on using the changeset viewer.