In message <201003091031.o29av3jo088...@svn.freebsd.org>, Maxim Sobolev writes:
>Log: > Change secrorsize back to int, since that's the data type expected by the > ioctl(DIOCGSECTORSIZE). It creates issues on some architectures. Uhm, no, DIOCGSECTORSIZE requires an u_int: $ grep DIOCGSECTORSIZE /sys/sys/disk.h #define DIOCGSECTORSIZE _IOR('d', 128, u_int) -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 p...@freebsd.org | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"