Changeset 776f2e6 in mainline for uspace/srv/fs/fat/fat_ops.c
- Timestamp:
- 2008-04-03T20:46:47Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 12ab886
- Parents:
- 5d494b3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/fat/fat_ops.c
r5d494b3 r776f2e6 43 43 #include <errno.h> 44 44 #include <string.h> 45 #include < endian.h>45 #include <byteorder.h> 46 46 47 47 #define FAT_NAME_LEN 8
Note:
See TracChangeset
for help on using the changeset viewer.