svn commit: r252074 - head/sys/fs/nfsclient

Garrett Cooper yaneurabeya at gmail.com
Sat Jun 22 18:35:09 UTC 2013


On Jun 22, 2013, at 11:22 AM, Steven Hartland wrote:

> I thought the use of PRIu64  was frowned on?

	It is in FreeBSD, unlike Linux (for better or for worse). It should be cast with either intmax_t or uintmax_t and use %jd or %ju.
Cheers,
-Garrett


More information about the svn-src-head mailing list