Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Charles M. Hannum <mycroft@netbsd.org>
List: source-changes
Date: 01/10/2001 10:22:21
Module Name:	basesrc
Committed By:	mycroft
Date:		Wed Jan 10 08:22:21 UTC 2001

Modified Files:
	basesrc/sbin/fsck_ffs: dir.c pass3.c

Log Message:
Abstract the code to attach a directory to its parent's child list into a
separate function, and call it from multiple places in linkup() to handle
reconnects and creation of /lost+found.


To generate a diff of this commit:
cvs rdiff -r1.29 -r1.30 basesrc/sbin/fsck_ffs/dir.c
cvs rdiff -r1.11 -r1.12 basesrc/sbin/fsck_ffs/pass3.c

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