On 23 Sep 2020, at 07:52, Xin LI <delp...@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 _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"