K 10 svn:author V 3 kib K 8 svn:date V 27 2012-01-02T00:04:51.007091Z K 7 svn:log V 198 MFC r228751: 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. PR: sparc64/163460 END