Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 3534 → Rev 3535

/branches/dynload/uspace/srv/fs/fat/fat.c
110,6 → 110,9
case VFS_READ:
fat_read(callid, &call);
break;
case VFS_WRITE:
fat_write(callid, &call);
break;
default:
ipc_answer_0(callid, ENOTSUP);
break;