summaryrefslogtreecommitdiff
path: root/fatfs/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'fatfs/ChangeLog')
-rw-r--r--fatfs/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/fatfs/ChangeLog b/fatfs/ChangeLog
index 3c5acce8..9d282f1f 100644
--- a/fatfs/ChangeLog
+++ b/fatfs/ChangeLog
@@ -1,3 +1,11 @@
+2003-08-09 Marcus Brinkmann <marcus@gnu.org>
+
+ * 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.
+
2003-08-03 Marco Gerards <metgerards@student.han.nl>
* fatfs.h (struct disknode): New member DIRNODE.