Changes in uspace/srv/fs/devfs/devfs.c [228e490:3c11713] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/devfs/devfs.c
r228e490 r3c11713 53 53 static vfs_info_t devfs_vfs_info = { 54 54 .name = NAME, 55 .concurrent_read_write = false,56 .write_retains_size = false,57 55 }; 58 56 … … 68 66 ipc_callid_t callid = async_get_call(&call); 69 67 70 switch (IPC_GET_ IMETHOD(call)) {68 switch (IPC_GET_METHOD(call)) { 71 69 case IPC_M_PHONE_HUNGUP: 72 70 return;
Note:
See TracChangeset
for help on using the changeset viewer.