Changeset 5a81c5b in mainline for uspace/lib/c/include/fs/minix.h
- Timestamp:
- 2011-03-05T18:57:54Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 86d0b4b3
- Parents:
- dbc7aeb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/fs/minix.h
rdbc7aeb r5a81c5b 162 162 163 163 /*MinixFS V1/V2 with 30-char filenames (Linux variant)*/ 164 struct mfs_ v2l_dentry {164 struct mfs_l_dentry { 165 165 uint16_t d_inum; 166 166 char d_name[MFS_L_MAX_NAME_LEN];
Note:
See TracChangeset
for help on using the changeset viewer.