Deleted Added
full compact
28c28
< __FBSDID("$FreeBSD: head/usr.sbin/mtree/specspec.c 133264 2004-08-07 10:04:29Z simokawa $");
---
> __FBSDID("$FreeBSD: head/usr.sbin/mtree/specspec.c 144295 2005-03-29 11:44:17Z tobez $");
84a85,86
> if (f & F_SHA256)
> printf(" sha256digest=%s", n->sha256digest);
162a165,166
> if (FS(n1, n2, F_SHA256, sha256digest))
> differs |= F_SHA256;
216c220
< i = compare_nodes(c1, c2, path);
---
> i += compare_nodes(c1, c2, path);
221c225
< i = compare_nodes(c1, c2, path);
---
> i += compare_nodes(c1, c2, path);
228c232
< i = compare_nodes(c1, c2, path);
---
> i += compare_nodes(c1, c2, path);