Subject: CVS commit: basesrc/usr.sbin/mtree
To: None <source-changes@netbsd.org>
From: James Chacon <jmc@netbsd.org>
List: source-changes
Date: 11/11/2001 07:07:20
Module Name:	basesrc
Committed By:	jmc
Date:		Sun Nov 11 05:07:20 UTC 2001

Modified Files:
	basesrc/usr.sbin/mtree: excludes.c

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 basesrc/usr.sbin/mtree/excludes.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.