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