Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 10/03/1997 13:50:04
enami
Fri Oct  3 06:46:05 PDT 1997
Update of /cvsroot/src/sys/kern
In directory netbsd1:/var/slash-tmp/cvs-serv10524

Modified Files:
	vfs_syscalls.c 
Log Message:
Reorder some piece of code;

In the function sys_utimes, do NDINIT() and namei() first.
In the function sys_futimes, do getvnode() first.