Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 10/06/1997 08:30:03
enami
Mon Oct  6 01:23:01 PDT 1997
Update of /cvsroot/src/lib/libc/sys
In directory netbsd1:/var/slash-tmp/cvs-serv28609

Modified Files:
	chmod.2 chown.2 utimes.2 
Log Message:
Acutally, lchmod, lchown and lutimes may set errno to ELOOP.


enami
Mon Oct  6 01:25:11 PDT 1997
Update of /cvsroot/src/bin/chmod
In directory netbsd1:/var/slash-tmp/cvs-serv28734

Modified Files:
	chmod.c 
Log Message:
Don't pass the pathname itself as format string of warn().  Instead,
use "%s".