Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 May 2011 21:01:12 +0300
From:      Andriy Gapon <avg@FreeBSD.org>
To:        Warner Losh <imp@FreeBSD.org>
Cc:        svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org
Subject:   Re: svn commit: r221816 - head/usr.bin/fstat
Message-ID:  <4DCC2068.1080903@FreeBSD.org>
In-Reply-To: <201105121702.p4CH2u1w045627@svn.freebsd.org>
References:  <201105121702.p4CH2u1w045627@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
on 12/05/2011 20:02 Warner Losh said the following:
> -		printf(" %6lu", vn.vn_size);
> +		printf(" %6ju", (intmax_t)vn.vn_size);

Just a nit - uintmax_t should be more appropriate here.
Thank you for fixing this!

>  	print_access_flags(fst->fs_fflags);
>  }




-- 
Andriy Gapon



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4DCC2068.1080903>