Deleted Added
full compact
33c33
< "$FreeBSD: head/sbin/fsck_msdosfs/dir.c 203874 2010-02-14 12:31:28Z kib $";
---
> "$FreeBSD: head/sbin/fsck_msdosfs/dir.c 209364 2010-06-20 09:40:54Z brian $";
245c245,246
< if (boot->bpbRootClust < CLUST_FIRST || boot->bpbRootClust >= boot->NumClusters) {
---
> if (boot->bpbRootClust < CLUST_FIRST ||
> boot->bpbRootClust >= boot->NumClusters) {
359c360,361
< pwarn("Invalid long filename entry at end of directory %s\n", path);
---
> pwarn("Invalid long filename entry at end of directory %s\n",
> path);
421c423,424
< for (cl = dir->head; (sz += boot->ClusterSize) < dir->size;)
---
> for (cl = dir->head; (sz += boot->ClusterSize) <
> dir->size;)
465c468,469
< off = boot->bpbResSectors + boot->bpbFATs * boot->FATsecs;
---
> off = boot->bpbResSectors + boot->bpbFATs *
> boot->FATsecs;
550c554,555
< for (k = 1; k < 11 && t < longName + sizeof(longName); k += 2) {
---
> for (k = 1; k < 11 && t < longName +
> sizeof(longName); k += 2) {