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.