cvs commit: src/sbin/fsck_ffs setup.c src/sbin/newfs mkfs.c
src/sys/ufs/ffs fs.h
John Baldwin
jhb at FreeBSD.org
Thu Aug 19 04:09:13 PDT 2004
jhb 2004-08-19 11:09:13 UTC
FreeBSD src repository
Modified files:
sbin/fsck_ffs setup.c
sbin/newfs mkfs.c
sys/ufs/ffs fs.h
Log:
Generalize the UFS bad magic value used to determine when a filesystem
has only been partly initialized via newfs(8) so that it applies to both
UFS1 and UFS2.
Submitted by: "Xin LI" delphij at frontfree dot net
MFC: maybe?
Revision Changes Path
1.48 +2 -2 src/sbin/fsck_ffs/setup.c
1.86 +9 -4 src/sbin/newfs/mkfs.c
1.44 +1 -1 src/sys/ufs/ffs/fs.h
More information about the cvs-src
mailing list