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.