mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-05 18:05:16 +00:00
6f100596e5
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