1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-22 11:17:19 +00:00
freebsd/sbin/fsck_ffs
Konstantin Belousov 6f100596e5 Change the type of real_dev_bsize variable from long to u_int.
The DIOCGSECTORSIZE takes u_int * as an argument, using long *
causes failures on big-endian targets.

Diagnosed by:	Michiel Boland <boland37 xs4all nl>
PR:	sparc64/163460
Tested by:	pho (x86), flo (sparc64)
MFC after:	1 week
2011-12-20 20:39:00 +00:00
..
dir.c Fix the check in dircheck() on namlen. 2011-09-02 17:05:34 +00:00
ea.c
fsck_ffs.8
fsck.h Change the type of real_dev_bsize variable from long to u_int. 2011-12-20 20:39:00 +00:00
fsutil.c
gjournal.c
inode.c
main.c Forgot this nit in r221107. 2011-09-03 03:12:33 +00:00
Makefile
pass1.c
pass1b.c
pass2.c
pass3.c
pass4.c
pass5.c
setup.c
suj.c Change the type of real_dev_bsize variable from long to u_int. 2011-12-20 20:39:00 +00:00
utilities.c