Re: svn commit: r231669 - head/sys/fs/tmpfs

2012-02-14 Thread Bruce Evans
On Tue, 14 Feb 2012, Tijl Coosemans wrote: On Tuesday 14 February 2012 12:24:24 Tijl Coosemans wrote: Log: Replace PRIdMAX with "jd" in a printf call. Cast the corresponding value to intmax_t instead of uintmax_t, because the original type is off_t. There should really be a better way to

Re: svn commit: r231669 - head/sys/fs/tmpfs

2012-02-14 Thread Tijl Coosemans
On Tuesday 14 February 2012 12:24:24 Tijl Coosemans wrote: > Author: tijl > Date: Tue Feb 14 11:24:24 2012 > New Revision: 231669 > URL: http://svn.freebsd.org/changeset/base/231669 > > Log: > Replace PRIdMAX with "jd" in a printf call. Cast the corresponding value to > intmax_t instead of uin

svn commit: r231669 - head/sys/fs/tmpfs

2012-02-14 Thread Tijl Coosemans
Author: tijl Date: Tue Feb 14 11:24:24 2012 New Revision: 231669 URL: http://svn.freebsd.org/changeset/base/231669 Log: Replace PRIdMAX with "jd" in a printf call. Cast the corresponding value to intmax_t instead of uintmax_t, because the original type is off_t. Modified: head/sys/fs/tmpfs/