Changeset 1558d85 in mainline for uspace/srv/fs/fat/fat_ops.c
- Timestamp:
- 2016-03-29T19:36:43Z (9 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 83e69b9
- Parents:
- 4c5deac
- git-author:
- Manuele Conti <conti.manuele@…> (2016-03-29 19:36:43)
- git-committer:
- Jakub Jermar <jakub@…> (2016-03-29 19:36:43)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/fat/fat_ops.c
r4c5deac r1558d85 57 57 #include <align.h> 58 58 #include <malloc.h> 59 #include <str.h>60 59 61 60 #define FAT_NODE(node) ((node) ? (fat_node_t *) (node)->data : NULL)
Note:
See TracChangeset
for help on using the changeset viewer.