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