Changes in uspace/srv/fs/fat/fat_ops.c [991f645:96b02eb9] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/fat/fat_ops.c
r991f645 r96b02eb9 1257 1257 1258 1258 rc = fat_node_put(fn); 1259 ipc_answer_1(rid, rc, ( ipcarg_t)bytes);1259 ipc_answer_1(rid, rc, (sysarg_t)bytes); 1260 1260 } 1261 1261
Note:
See TracChangeset
for help on using the changeset viewer.