/* * Copyright (c) 1992 The Regents of the University of California * Copyright (c) 1990, 1992 Jan-Simon Pendry * All rights reserved. * * This code is derived from software donated to Berkeley by * Jan-Simon Pendry. * * %sccs.include.redist.c% * * @(#)pt_exec.c 5.1 (Berkeley) 07/13/92 * * $Id: pt_exec.c,v 1.1 1992/05/25 21:43:09 jsp Exp jsp $ */ #include #include #include #include #include #include #include #include "portald.h" int portal_exec(pcr, key, v, so, fdp) struct portal_cred *pcr; char *key; char **v; int so; int *fdp; { return (ENOEXEC); }