Changeset ce45f19 in mainline
- Timestamp:
- 2011-04-10T10:01:10Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8f6bb76e
- Parents:
- d0f3692
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/minixfs/mfs.h
rd0f3692 rce45f19 106 106 int16_t i_uid; 107 107 uint16_t i_gid; 108 int32_ti_size;108 size_t i_size; 109 109 int32_t i_atime; 110 110 int32_t i_mtime;
Note:
See TracChangeset
for help on using the changeset viewer.