On Wed, 14 Aug 2013, Dimitry Andric wrote:
On Aug 13, 2013, at 20:39, Pedro F. Giffuni wrote:
Log:
ext2fs: update format specifiers for ext4 type.
This is still quite broken.
Modified: head/sys/fs/ext2fs/ext2_subr.c
=
On Aug 14, 2013, at 09:14, Juli Mallett wrote:
> On Wed, Aug 14, 2013 at 12:11 AM, Dimitry Andric wrote:
> This still fails on arches where int64_t is aliased to long long
> (basically, the 32-bit arches). Since using PRId64 is apparently
> frowned upon, the easiest solution is to cast the 'star
On Wed, Aug 14, 2013 at 12:11 AM, Dimitry Andric wrote:
> This still fails on arches where int64_t is aliased to long long
> (basically, the 32-bit arches). Since using PRId64 is apparently
> frowned upon, the easiest solution is to cast the 'start' and 'last'
> variables to long long, and print
On Aug 13, 2013, at 20:39, Pedro F. Giffuni wrote:
> Author: pfg
> Date: Tue Aug 13 18:39:36 2013
> New Revision: 254286
> URL: http://svnweb.freebsd.org/changeset/base/254286
>
> Log:
> ext2fs: update format specifiers for ext4 type.
>
> Reported by: Sam Fourman Jr.
> MFC after: 3 weeks
>
Author: pfg
Date: Tue Aug 13 18:39:36 2013
New Revision: 254286
URL: http://svnweb.freebsd.org/changeset/base/254286
Log:
ext2fs: update format specifiers for ext4 type.
Reported by: Sam Fourman Jr.
MFC after:3 weeks
Modified:
head/sys/fs/ext2fs/ext2_subr.c
Modified: head/sys/fs/