Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 06/21/1996 16:10:02
pk
Fri Jun 21 16:09:08 EDT 1996
Update of /a/cvsroot/src/sys/lib/libsa
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv8782

Modified Files:
	lseek.c read.c stand.h write.c 
Log Message:
Allow seeks on raw devices. A `f_offset' field is added to the file structure
which is maintained in lseek(), read() and write(), and passed along to
the device's strategy routine.