Changeset 11baebb in mainline


Ignore:
Timestamp:
2013-07-08T12:08:14Z (11 years ago)
Author:
Manuele Conti <conti.ma@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5930e3f
Parents:
9dc6083
Message:

Fix VFS_OUT_STATFS declaration.

File:
1 edited

Legend:

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

    r9dc6083 r11baebb  
    9999        VFS_OUT_LOOKUP,
    100100        VFS_OUT_DESTROY,
    101         VFS_OUT_LAST,
    102         VFS_OUT_STATFS
     101        VFS_OUT_STATFS,
     102        VFS_OUT_LAST
    103103} vfs_out_request_t;
    104104
Note: See TracChangeset for help on using the changeset viewer.