Changeset 8d6a41c in mainline for uspace/lib/c/include/vfs/vfs_mtab.h


Ignore:
Timestamp:
2011-11-05T13:00:34Z (13 years ago)
Author:
Maurizio Lombardi <m.lombardi85@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
45ffe9f
Parents:
72fda53
Message:

Remove the mtab_list_ent structure.

File:
1 edited

Legend:

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

    r72fda53 r8d6a41c  
    4040
    4141typedef struct mtab_ent {
     42        link_t link;
    4243        char mp[MAX_PATH_LEN];
    4344        char opts[MAX_MNTOPTS_LEN];
     
    4849} mtab_ent_t;
    4950
    50 typedef struct mtab_list_ent {
    51         link_t link;
    52         mtab_ent_t mtab_ent;
    53 } mtab_list_ent_t;
    54 
    5551#endif
    5652
Note: See TracChangeset for help on using the changeset viewer.