Subject: CVS commit: src/sys/lib/libsa
To: None <source-changes@netbsd.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 04/11/2003 14:24:50
Module Name:	src
Committed By:	dsl
Date:		Fri Apr 11 11:24:50 UTC 2003

Modified Files:
	src/sys/lib/libsa: ufs.c

Log Message:
Merge in lfs.c, use defines to build ffsv1, ffsv2, lfsv1 or lfsv2.
(removes the ability to build a single ufs.o that supports ffs v1 and v2,
that animal was too large for some of the boot code.)
Use shifts and masks to avoid pulling in 64bit divide.


To generate a diff of this commit:
cvs rdiff -r1.34 -r1.35 src/sys/lib/libsa/ufs.c

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