Subject: CVS commit: [netbsd-1-5] basesrc/sbin/fsck_ffs
To: None <source-changes@netbsd.org>
From: Havard Eidnes <he@netbsd.org>
List: source-changes
Date: 11/25/2001 21:35:43
Module Name: basesrc
Committed By: he
Date: Sun Nov 25 19:35:43 UTC 2001
Modified Files:
basesrc/sbin/fsck_ffs [netbsd-1-5]: setup.c
Log Message:
Pull up revision 1.46 (requested by lukem):
Change fs_csp[] from being a fixed size to being an array sized
as required. This allows file systems with more than about 15500
cylinder groups (on 32-bit systems) to be used.
To generate a diff of this commit:
cvs rdiff -r1.37.4.2 -r1.37.4.3 basesrc/sbin/fsck_ffs/setup.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.