kill fs2hXX/h2fsXX macros with letohXX/htoleXX
authorpelikan <pelikan@openbsd.org>
Sun, 13 Jul 2014 16:08:53 +0000 (16:08 +0000)
committerpelikan <pelikan@openbsd.org>
Sun, 13 Jul 2014 16:08:53 +0000 (16:08 +0000)
commit60a51e06e5943c0b5713ed6f577c4cfc6f969aca
tree14477478cadb89c1b11ddca8cdb71afc1d6b0315
parentca994c7d8a4314611edfd881a9a6f90861409326
kill fs2hXX/h2fsXX macros with letohXX/htoleXX

The reason being that ext2 structures are little-endian but JBD2 journal
is big-endian.  Don't confuse readers by talking about "file system endian".

ok guenther
sbin/fsck_ext2fs/dir.c
sbin/fsck_ext2fs/inode.c
sbin/fsck_ext2fs/pass1.c
sbin/fsck_ext2fs/pass2.c
sbin/fsck_ext2fs/pass5.c
sbin/fsck_ext2fs/setup.c
sbin/fsck_ext2fs/utilities.c