Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Chris G. Demetriou <cgd@netbsd.org>
List: source-changes
Date: 08/16/1999 19:26:36
Module Name:	syssrc
Committed By:	cgd
Date:		Tue Aug 17 02:26:32 UTC 1999

Modified Files:
	syssrc/sys/lib/libsa: ufs.c

Log Message:
set f_seekp to 0 in ufs_open() before returning.  It ended up being 0
in most situations, but not always: if the terminal path name component
being opened couldn't be found in the first fs block of the directory
that contained it, f_seekp would be non-zero (and Bad Things would result).


To generate a diff of this commit:
cvs rdiff -r1.25 -r1.26 syssrc/sys/lib/libsa/ufs.c

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