Changes in uspace/srv/fs/fat/fat.c [5581b469:228e490] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/fat/fat.c
r5581b469 r228e490 93 93 94 94 callid = async_get_call(&call); 95 switch (IPC_GET_ METHOD(call)) {95 switch (IPC_GET_IMETHOD(call)) { 96 96 case IPC_M_PHONE_HUNGUP: 97 97 return;
Note:
See TracChangeset
for help on using the changeset viewer.