Changes in uspace/srv/fs/fat/fat.c [228e490:3c11713] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/fat/fat.c
r228e490 r3c11713 52 52 vfs_info_t fat_vfs_info = { 53 53 .name = NAME, 54 .concurrent_read_write = false,55 .write_retains_size = false,56 54 }; 57 55 … … 93 91 94 92 callid = async_get_call(&call); 95 switch (IPC_GET_ IMETHOD(call)) {93 switch (IPC_GET_METHOD(call)) { 96 94 case IPC_M_PHONE_HUNGUP: 97 95 return;
Note:
See TracChangeset
for help on using the changeset viewer.