Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 07/08/1997 02:40:02
christos
Mon Jul  7 22:32:03 EDT 1997
Update of /a/cvsroot/src/sys/kern
In directory netbsd1:/var/slash-tmp/cvs-serv28276

Modified Files:
	exec_script.c 
Log Message:
Make this work for SETUIDSCRIPTS:
- include <sys/stat.h> for S_ISUID, S_ISGID
- fix bug where shortcut to fail would use uninitialized variables.
- elide other warnings.