summaryrefslogtreecommitdiffstats
path: root/sys/fs/msdosfs
diff options
context:
space:
mode:
authorrodrigc <rodrigc@FreeBSD.org>2007-01-05 05:28:57 +0000
committerrodrigc <rodrigc@FreeBSD.org>2007-01-05 05:28:57 +0000
commit0da08222b7a9c1f1dae462b609fd2b0250ce86f9 (patch)
tree977192614e27863eebe68a9b5d73f4b859dd7042 /sys/fs/msdosfs
parent9770c4c6408c7e3e2e8a6fba0b188c31ff129394 (diff)
downloadFreeBSD-src-0da08222b7a9c1f1dae462b609fd2b0250ce86f9.zip
FreeBSD-src-0da08222b7a9c1f1dae462b609fd2b0250ce86f9.tar.gz
Eliminate obsolete comment, now that getushort() is implemented in
terms of functions in <sys/endian.h>.
Diffstat (limited to 'sys/fs/msdosfs')
-rw-r--r--sys/fs/msdosfs/bpb.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/fs/msdosfs/bpb.h b/sys/fs/msdosfs/bpb.h
index 683e755..c9bf27c 100644
--- a/sys/fs/msdosfs/bpb.h
+++ b/sys/fs/msdosfs/bpb.h
@@ -86,10 +86,6 @@ struct bpb710 {
* and longs are just character arrays of the appropriate length. This is
* because the compiler forces shorts and longs to align on word or
* halfword boundaries.
- *
- * XXX The little-endian code here assumes that the processor can access
- * 16-bit and 32-bit quantities on byte boundaries. If this is not true,
- * use the macros for the big-endian case.
*/
#include <sys/endian.h>
OpenPOWER on IntegriCloud