Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Havard Eidnes <he@netbsd.org>
List: source-changes
Date: 12/20/1999 05:16:32
Module Name: syssrc
Committed By: he
Date: Mon Dec 20 13:16:31 UTC 1999
Modified Files:
syssrc/sys/ufs/ffs [netbsd-1-4]: ffs_vfsops.c
Log Message:
Pull up revision 1.56 (via patch, requested by drochner):
Fix the use of an uninitialized variable. This could be triggered
if the file system to be mounted is a pre-BSD4.4 one (which can
result in the old file system being rejected).
To generate a diff of this commit:
cvs rdiff -r1.49.2.1 -r1.49.2.2 syssrc/sys/ufs/ffs/ffs_vfsops.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.