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