Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 01/21/1998 11:40:02
lukem
Wed Jan 21 03:37:17 PST 1998
Update of /cvsroot/src/libexec/rpc.rquotad
In directory netbsd1:/var/slash-tmp/cvs-serv6175

Modified Files:
	rquotad.c 
Log Message:
* store st_dev of filesystem not quotafile. (inspired by an openbsd commitmsg)
* minor KNF, fix typos, use strchr() not index()
* check return value of malloc() and use strdup() where appropriate