Changes in uspace/srv/bd/rd/rd.c [faba839:b16e77d] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/bd/rd/rd.c
rfaba839 rb16e77d 106 106 if (async_share_out_receive(&callid, &comm_size, &flags)) { 107 107 (void) async_share_out_finalize(callid, &fs_va); 108 if (fs_va == AS_MAP_FAILED) {108 if (fs_va == (void *) -1) { 109 109 async_answer_0(callid, EHANGUP); 110 110 return;
Note:
See TracChangeset
for help on using the changeset viewer.