Subject: CVS commit: src/sbin/newfs_lfs
To: None <source-changes@NetBSD.org>
From: Jeff Rizzo <riz@netbsd.org>
List: source-changes
Date: 09/05/2006 19:44:44
Module Name:	src
Committed By:	riz
Date:		Tue Sep  5 19:44:44 UTC 2006

Modified Files:
	src/sbin/newfs_lfs: Makefile extern.h make_lfs.c misc.c newfs.c

Log Message:
Deal with wedges and the new disk geometry structures, instead of using
struct disklabel.  From Christos Zoulas.


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 src/sbin/newfs_lfs/Makefile
cvs rdiff -r1.10 -r1.11 src/sbin/newfs_lfs/extern.h
cvs rdiff -r1.8 -r1.9 src/sbin/newfs_lfs/make_lfs.c
cvs rdiff -r1.5 -r1.6 src/sbin/newfs_lfs/misc.c
cvs rdiff -r1.22 -r1.23 src/sbin/newfs_lfs/newfs.c

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