K 10 svn:author V 7 rodrigc K 8 svn:date V 27 2006-12-19T02:31:58.000000Z K 7 svn:log V 372 For big-endian version of getulong() macro, cast result to u_int32_t. This macro was written expecting a 32-bit unsigned long, and doesn't work properly on 64-bit systems. This bug caused vn_stat() to return incorrect values for files larger than 2gb on msdosfs filesystems on 64-bit systems. PR: 106703 Submitted by: Axel Gonzalez MFC after: 3 days END