Subject: NetBSD master CVS tree commits
To: None <source-changes@pain.lcs.mit.edu>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 01/13/1996 17:30:02
leo
Sat Jan 13 17:25:46 EST 1996
Update of /a/cvsroot/src/sys/lib/libsa
In directory pain.lcs.mit.edu:/a/users/leo/src/sys/lib/libsa

Modified Files:
	Makefile bcopy.c close.c disklabel.c open.c stand.h stat.c 
	strerror.c ufs.c 
Added Files:
	closeall.c dkcksum.c fstat.c nullfs.c 
Log Message:
Some files containing more than one function are split. This reduces the
size of the resulting loader. The read_inode() function now returns the
result of the strategy function instead of success in all cases (ufs.c).
Fixes pr#1817