Changeset 7e8403b in mainline
- Timestamp:
- 2011-11-05T15:43:02Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6b8e5b7
- Parents:
- c8a894d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/vfs/vfs_ops.c
rc8a894d r7e8403b 1355 1355 if (IPC_GET_IMETHOD(data) != VFS_IN_PING) { 1356 1356 rc = ENOTSUP; 1357 async_answer_ 1(callid, rc, 0);1357 async_answer_0(callid, rc); 1358 1358 goto exit; 1359 1359 } … … 1388 1388 if (IPC_GET_IMETHOD(data) != VFS_IN_PING) { 1389 1389 rc = ENOTSUP; 1390 async_answer_ 3(callid, rc, 0, 0, 0);1390 async_answer_0(callid, rc); 1391 1391 goto exit; 1392 1392 }
Note:
See TracChangeset
for help on using the changeset viewer.