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