K 10 svn:author V 8 rmacklem K 8 svn:date V 27 2011-05-19T01:35:52.888992Z K 7 svn:log V 238 MFC: r221467 Fix the new NFS client so that it handles the 64bit fields that are now in "struct statfs" for NFSv3 and NFSv4. Since the ffiles value is uint64_t on the wire, I clip the value to INT64_MAX to avoid setting f_ffree negative. END