121799Sdist/* 2*61222Sbostic * Copyright (c) 1983, 1993 3*61222Sbostic * The Regents of the University of California. All rights reserved. 434391Sbostic * 542642Sbostic * %sccs.include.redist.c% 621799Sdist */ 79447Smckusick 834391Sbostic#if defined(SYSLIBC_SCCS) && !defined(lint) 9*61222Sbostic .asciz "@(#)exect.s 8.1 (Berkeley) 06/04/93" 1034391Sbostic#endif /* SYSLIBC_SCCS and not lint */ 1121799Sdist 129447Smckusick#include "SYS.h" 139811Ssam#include <machine/psl.h> 149447Smckusick 159447SmckusickENTRY(exect) 169447Smckusick bispsw $PSL_T 179447Smckusick chmk $SYS_execve 189447Smckusick jmp cerror # exect(file, argv, env) 19