Deleted Added
full compact
31c31
< "$FreeBSD: head/sbin/fsck_msdosfs/fat.c 241807 2012-10-21 12:01:19Z uqs $";
---
> "$FreeBSD: head/sbin/fsck_msdosfs/fat.c 268631 2014-07-14 20:17:09Z pfg $";
245c245
<
---
>
265c265
<
---
>
656c656
<
---
>
680,681c680,682
< if (boot->FSFree != boot->NumFree) {
< pwarn("Free space in FSInfo block (%d) not correct (%d)\n",
---
> if (boot->FSFree != 0xffffffffU &&
> boot->FSFree != boot->NumFree) {
> pwarn("Free space in FSInfo block (%u) not correct (%u)\n",