NetBSD/usr.sbin/mtree
jmc adf8bd3435 Ugg...Turn LIST_FOREACH into a while loop around LIST_NEXT...
The *_FOREACH macros got added post 1.5 and were pulled up into 1.5.2. This
makes it impossible to compile mtree local on a 1.5-release box as a cross
toolchain bit for bootstrapping to -current. (and why I never saw this problem
on my 1.5.2 machine)

This whole thing is solved via a compat lib for the tools for all netbsd bits
and/or trimming down a version of mtree to just the bits needed for building
the snapshots.
2001-11-11 05:07:20 +00:00
..
Makefile with local crc.c, don't need usr.bin/cksum in .PATH any more 2001-11-10 07:10:11 +00:00
compare.c provide the ability to remove support for generating or checking various 2001-11-10 14:58:20 +00:00
crc.c need <stdio.h> and <time.h> for mtree.h 2001-11-10 07:13:07 +00:00
create.c provide the ability to remove support for generating or checking various 2001-11-10 14:58:20 +00:00
excludes.c Ugg...Turn LIST_FOREACH into a while loop around LIST_NEXT... 2001-11-11 05:07:20 +00:00
extern.h User interface changes from (or inspired by) FreeBSD: 2001-11-07 08:01:51 +00:00
misc.c User interface changes from (or inspired by) FreeBSD: 2001-11-07 08:01:51 +00:00
mtree.8 User interface changes from (or inspired by) FreeBSD: 2001-11-07 08:01:51 +00:00
mtree.c Generally don't need the extra byte in MAXPATHLEN sized buffers, because 2001-11-09 06:55:56 +00:00
mtree.h User interface changes from (or inspired by) FreeBSD: 2001-11-07 08:01:51 +00:00
spec.c Generally don't need the extra byte in MAXPATHLEN sized buffers, because 2001-11-09 06:55:56 +00:00
verify.c Generally don't need the extra byte in MAXPATHLEN sized buffers, because 2001-11-09 06:55:56 +00:00