Changeset ba5beaf in mainline
- Timestamp:
- 2011-03-29T18:38:17Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 77a2d77
- Parents:
- 152610a8
- Location:
- uspace/srv/fs/minixfs
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/minixfs/Makefile
r152610a8 rba5beaf 39 39 mfs_read.c \ 40 40 mfs_dentry.c \ 41 mfs_balloc.c \ 41 42 mfs_utils.c 42 43 -
uspace/srv/fs/minixfs/mfs.h
r152610a8 rba5beaf 159 159 read_directory_entry(struct mfs_node *mnode, unsigned index); 160 160 161 /*mfs_balloc.c*/ 162 extern int 163 mfs_alloc_bit(struct mfs_instance *inst, uint32_t *idx, bmap_id_t id); 164 161 165 #endif 162 166
Note:
See TracChangeset
for help on using the changeset viewer.