Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2733 → Rev 2734

/trunk/uspace/srv/vfs/vfs.c
93,6 → 93,9
case VFS_OPEN:
vfs_open(callid, &call);
break;
case VFS_CLOSE:
vfs_close(callid, &call);
break;
case VFS_READ:
vfs_read(callid, &call);
break;