Changes in uspace/srv/fs/fat/fat_ops.c [b62dc100:c7bbf029] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/fat/fat_ops.c
rb62dc100 rc7bbf029 55 55 #include <sys/mman.h> 56 56 #include <align.h> 57 #include <malloc.h> 57 58 58 59 #define FAT_NODE(node) ((node) ? (fat_node_t *) (node)->data : NULL)
Note:
See TracChangeset
for help on using the changeset viewer.