Changes in uspace/srv/devmap/devmap.c [cb819f9:991f645] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/devmap/devmap.c
rcb819f9 r991f645 1052 1052 break; 1053 1053 default: 1054 ipc_answer_0(callid, ENOENT); 1054 if (!(callid & IPC_CALLID_NOTIFICATION)) 1055 ipc_answer_0(callid, ENOENT); 1055 1056 } 1056 1057 } … … 1110 1111 break; 1111 1112 default: 1112 ipc_answer_0(callid, ENOENT); 1113 if (!(callid & IPC_CALLID_NOTIFICATION)) 1114 ipc_answer_0(callid, ENOENT); 1113 1115 } 1114 1116 }
Note:
See TracChangeset
for help on using the changeset viewer.