Changeset 5a81c5b in mainline for uspace/lib/c/include/fs/minix.h


Ignore:
Timestamp:
2011-03-05T18:57:54Z (13 years ago)
Author:
Maurizio Lombardi <m.lombardi85@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
86d0b4b3
Parents:
dbc7aeb
Message:

Fix structure name

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/fs/minix.h

    rdbc7aeb r5a81c5b  
    162162
    163163/*MinixFS V1/V2 with 30-char filenames (Linux variant)*/
    164 struct mfs_v2l_dentry {
     164struct mfs_l_dentry {
    165165        uint16_t d_inum;
    166166        char d_name[MFS_L_MAX_NAME_LEN];
Note: See TracChangeset for help on using the changeset viewer.