Changeset ff8c87c in mainline for uspace/lib/c/include/ipc/vfs.h


Ignore:
Timestamp:
2013-07-24T22:51:59Z (11 years ago)
Author:
Ji?? Z?rev?cky <zarevucky.jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0ed9cb6
Parents:
9b48c06
Message:

Remove VFS_IN_OPEN from the server and fix trace.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/ipc/vfs.h

    r9b48c06 rff8c87c  
    6363
    6464typedef enum {
    65         VFS_IN_OPEN = IPC_FIRST_USER_METHOD,
    66         VFS_IN_READ,
     65        VFS_IN_READ = IPC_FIRST_USER_METHOD,
    6766        VFS_IN_WRITE,
    6867        VFS_IN_SEEK,
Note: See TracChangeset for help on using the changeset viewer.