Kirk McKusick 6a5972db72 Fsck_ufs was using an int rather than a ufs2_daddr_t to store the
alternate superblock location when given in the -b option. When int
is 32-bits, block numbers larger than 2^32 would get truncated. This
commit changes the storage fpr the alternate superblock location
to a ufs2_daddr_t.

Submitted by: Dmitry Sivachenko <trtrmitya@gmail.com>
2016-08-19 00:03:41 +00:00
..
2016-05-02 01:28:21 +00:00
2016-05-02 01:28:21 +00:00
2015-06-13 19:20:56 +00:00
2016-05-02 01:28:21 +00:00