Changes in uspace/srv/devman/main.c [cb819f9:0b5a4131] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/devman/main.c
rcb819f9 r0b5a4131 405 405 break; 406 406 default: 407 ipc_answer_0(callid, ENOENT); 407 if (!(callid & IPC_CALLID_NOTIFICATION)) 408 ipc_answer_0(callid, ENOENT); 408 409 } 409 410 }
Note:
See TracChangeset
for help on using the changeset viewer.