Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 10/18/1997 22:30:02
cjs
Sat Oct 18 15:27:17 PDT 1997
Update of /a/cvsroot/src/sys/lib/libsa
In directory netbsd1:/var/slash-tmp/cvs-serv21049

Modified Files:
	cread.c 
Log Message:
Change sd.transparent to sd.compressed, so that we default to non-
compressed mode when we zero out the structure. Check_header() now
does not force us to uncompressed mode if we read no data (EOF);  
it leaves the default, so that if we check at the end of a file, 
we don't set the file to uncompressed mode and blow up later lseeks
on it.


cjs
Sat Oct 18 15:27:47 PDT 1997
Update of /cvsroot/src/sys/arch/alpha/stand/common
In directory netbsd1:/var/slash-tmp/cvs-serv21114

Modified Files:
	loadfile.c 
Log Message:
Check return values from lseek; use SEEK_SET instead of 0.