Subject: CVS commit: src/usr.sbin/makefs
To: None <source-changes@NetBSD.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 06/24/2004 22:30:13
Module Name: src
Committed By: lukem
Date: Thu Jun 24 22:30:13 UTC 2004
Modified Files:
src/usr.sbin/makefs: ffs.c
src/usr.sbin/makefs/ffs: mkfs.c newfs_extern.h
Log Message:
Define FFS_MAXBSIZE to 65536 and use instead of MAXBSIZE.
Deprecate unused MAXINOPB.
Should fix PR [toolchain/25603].
To generate a diff of this commit:
cvs rdiff -r1.29 -r1.30 src/usr.sbin/makefs/ffs.c
cvs rdiff -r1.19 -r1.20 src/usr.sbin/makefs/ffs/mkfs.c
cvs rdiff -r1.1.1.1 -r1.2 src/usr.sbin/makefs/ffs/newfs_extern.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.