less-hairy maxino logic; compat for SunOS and other 4.2/4.3 systems;
[unix-history] / usr / src / sbin / mount_portal / pt_exec.c
/*
* 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) %G%
*
* $Id: pt_exec.c,v 1.1 1992/05/25 21:43:09 jsp Exp jsp $
*/
#include <stdio.h>
#include <unistd.h>
#include <stdlib.h>
#include <errno.h>
#include <sys/types.h>
#include <sys/param.h>
#include <sys/syslog.h>
#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);
}