Changeset 0f78e74 in mainline
- Timestamp:
- 2007-09-12T20:05:47Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7a9364c
- Parents:
- 68f93b9
- Location:
- uspace
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
r68f93b9 r0f78e74 42 42 srv/rd \ 43 43 srv/fs \ 44 srv/vfs \ 44 45 app/tetris \ 45 46 app/tester \ -
uspace/srv/rd/rd.c
r68f93b9 r0f78e74 136 136 /* 137 137 * The other side has hung up. 138 * Answer the message and exit the pseudo thread.138 * Answer the message and exit the fibril. 139 139 */ 140 140 ipc_answer_fast(callid, EOK, 0, 0);
Note:
See TracChangeset
for help on using the changeset viewer.