Source-Changes-D archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: src/sys/ufs/lfs
In article <20170316010924.EA492FBE4%cvs.NetBSD.org@localhost>,
Maya Rashish <source-changes-d%NetBSD.org@localhost> wrote:
>Module Name: src
>Committed By: maya
>Date: Thu Mar 16 01:09:24 UTC 2017
>
>Modified Files:
> src/sys/ufs/lfs: lfs_inode.c lfs_vnops.c
>
>Log Message:
>actually cast to unsigned long long and use %llu. certainly not use hex (oops)
>suggested by dh
I think using (uintmax_t) and %ju is preferrable since this is the guaranteed
biggest unsigned type.
christos
Home |
Main Index |
Thread Index |
Old Index