Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 04/23/1997 20:20:04
mycroft
Wed Apr 23 13:18:20 PDT 1997
Update of /cvsroot/src/sys/kern
In directory netbsd1:/var/slash-tmp/cvs-serv14811

Modified Files:
	kern_exec.c vfs_subr.c 
Log Message:
Do not return success when checking for execute permission by super-user and no
execute bits are set.  Also, this test is no longer needed in execve(2).

mycroft
Wed Apr 23 13:19:47 PDT 1997
Update of /cvsroot/src/sys/kern
In directory netbsd1:/var/slash-tmp/cvs-serv14887

Modified Files:
	vfs_subr.c 
Log Message:
Change previous test slightly.