Changeset 16f9782 in mainline for uspace/srv/vfs/vfs.c


Ignore:
Timestamp:
2011-08-19T16:46:22Z (13 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ab34cc9
Parents:
633bcc6 (diff), 45059d6b (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge mainline changes.

File:
1 edited

Legend:

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

    r633bcc6 r16f9782  
    5353#define NAME  "vfs"
    5454
     55enum {
     56        VFS_TASK_STATE_CHANGE
     57};
     58
    5559static void vfs_connection(ipc_callid_t iid, ipc_call_t *icall, void *arg)
    5660{
     
    134138         */
    135139}
    136 
    137 enum {
    138         VFS_TASK_STATE_CHANGE
    139 };
    140140
    141141static void notification_received(ipc_callid_t callid, ipc_call_t *call)
Note: See TracChangeset for help on using the changeset viewer.