svn commit: r366064 - head/sbin/fsck_msdosfs
Jessica Clarke
jrtc27 at freebsd.org
Wed Sep 23 11:20:32 UTC 2020
On 23 Sep 2020, at 07:52, Xin LI <delphij at FreeBSD.org> wrote:
>
> --- head/sbin/fsck_msdosfs/dir.c Wed Sep 23 04:09:02 2020 (r366063)
> +++ head/sbin/fsck_msdosfs/dir.c Wed Sep 23 06:52:22 2020 (r366064)
> @@ -388,7 +388,8 @@ static int
> checksize(struct fat_descriptor *fat, u_char *p, struct dosDirEntry *dir)
> {
> int ret = FSOK;
> - size_t physicalSize;
> + size_t chainsize;
> + u_int64_t physicalSize;
Is there a reason for using the non-standard u_int64_t rather than uint64_t?
Jess
More information about the svn-src-all
mailing list