Subject: CVS commit: src/usr.sbin/makefs
To: None <source-changes@NetBSD.org>
From: Darrin B. Jewell <dbj@netbsd.org>
List: source-changes
Date: 10/10/2006 01:55:45
Module Name:	src
Committed By:	dbj
Date:		Tue Oct 10 01:55:45 UTC 2006

Modified Files:
	src/usr.sbin/makefs: cd9660.c ffs.c makefs.c makefs.h walk.c

Log Message:
implement -x by pruning fsnodes tree before building filesystem rather
than by skipping nodes while building filesystem


To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 src/usr.sbin/makefs/cd9660.c
cvs rdiff -r1.39 -r1.40 src/usr.sbin/makefs/ffs.c
cvs rdiff -r1.24 -r1.25 src/usr.sbin/makefs/makefs.c
cvs rdiff -r1.18 -r1.19 src/usr.sbin/makefs/makefs.h
cvs rdiff -r1.22 -r1.23 src/usr.sbin/makefs/walk.c

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