Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Ross Harvey <ross@netbsd.org>
List: source-changes
Date: 09/10/1999 00:22:04
Module Name: syssrc
Committed By: ross
Date: Fri Sep 10 07:22:04 UTC 1999
Modified Files:
syssrc/sys/lib/libsa: ustarfs.c
Log Message:
* Fix the volume zero recognition bug; it was interacting with a
feature to avoid rereads (which was added to work around bugs in
old SRM versions that wouldn't rewind DATs, but would return no
error on rewind callbacks)
* Initialize the volzero signature in ustarfs_open(), rather than as a
side effect of the first read.
* Centralize error retry.
To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 syssrc/sys/lib/libsa/ustarfs.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.