Changeset ce45f19 in mainline for uspace/srv/fs/minixfs/mfs.h


Ignore:
Timestamp:
2011-04-10T10:01:10Z (13 years ago)
Author:
Maurizio Lombardi <m.lombardi85@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8f6bb76e
Parents:
d0f3692
Message:

file size must be declared as size_t

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/minixfs/mfs.h

    rd0f3692 rce45f19  
    106106        int16_t         i_uid;
    107107        uint16_t        i_gid;
    108         int32_t         i_size;
     108        size_t          i_size;
    109109        int32_t         i_atime;
    110110        int32_t         i_mtime;
Note: See TracChangeset for help on using the changeset viewer.