Changeset e704503 in mainline for uspace/srv/vfs/vfs.c


Ignore:
Timestamp:
2008-02-17T14:49:14Z (17 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f15cf1a6
Parents:
16105cba
Message:

Support for close().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/vfs/vfs.c

    r16105cba re704503  
    9494                        vfs_open(callid, &call);
    9595                        break;
     96                case VFS_CLOSE:
     97                        vfs_close(callid, &call);
     98                        break;
    9699                case VFS_READ:
    97100                        vfs_read(callid, &call);
Note: See TracChangeset for help on using the changeset viewer.