aboutsummaryrefslogtreecommitdiff
path: root/fatfs/fat.h
Commit message (Collapse)AuthorAgeFilesLines
* fix compiler warnings in hurd/isofsFlavio Cruz2015-12-291-2/+2
| | | | | | | | | | * fatfs/dir.c: Use casts to avoid warnings. * fatfs/fat.c: Use unsigned char in fat_{from,to}_epoch. * fatfs/fat.h: Change arguments accordingly. * fatfs/fat.c (fat_read_sblock): Use size_t instead. * fatfs/inode.c (diskfs_cached_lookup_in_dirbuf): Remove err variable. * fatfs/inode.c (diskfs_user_read_node): Don't cast constant. * fatfs/inode.c (write_node): Check for errors in vm_map.
* misc: Fix typos in comments (found by codespell)Stefan Weil2015-01-031-1/+1
| | | | Signed-off-by: Stefan Weil <sw@weilnetz.de>
* fix common misspellingsJonathan Neuschäfer2011-08-201-1/+1
| | | | | | * Fix spelling with codespell[1] and manually review it. [1] http://git.profusion.mobi/cgit.cgi/lucas/codespell/
* 2003-08-09 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann2003-08-091-0/+1
| | | | * fat.h: Include <byteswap.h>.
* 2003-08-09 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann2003-08-091-14/+9
| | | | | | | | * fat.h (read_dword) [BYTE_ORDER == BIG_ENDIAN]: Use bswap_32 to swap bytes. (write_dword) [BYTE_ORDER == BIG_ENDIAN]: Likewise. (read_word) [BYTE_ORDER == BIG_ENDIAN]: Use bswap_16 to swap bytes. (write_word) [BYTE_ORDER == BIG_ENDIAN]: Likewise.
* Initial check-in.Marcus Brinkmann2002-12-031-0/+403