summaryrefslogtreecommitdiff
path: root/sbin/mount_portal/pt_exec.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2003-06-11 06:22:16 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2003-06-11 06:22:16 +0000
commit4e11c004395b80e095e2512274ee143f75b923f2 (patch)
tree7dd90385c7fc68e56457d473631e3db8896270d2 /sbin/mount_portal/pt_exec.c
parent5dd7b59250a41ff74475db0fc6290dc6b029d96d (diff)
ansification
Diffstat (limited to 'sbin/mount_portal/pt_exec.c')
-rw-r--r--sbin/mount_portal/pt_exec.c9
1 files changed, 2 insertions, 7 deletions
diff --git a/sbin/mount_portal/pt_exec.c b/sbin/mount_portal/pt_exec.c
index 7e8a292e39a..3e19db8cf10 100644
--- a/sbin/mount_portal/pt_exec.c
+++ b/sbin/mount_portal/pt_exec.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pt_exec.c,v 1.4 2003/06/02 20:06:16 millert Exp $ */
+/* $OpenBSD: pt_exec.c,v 1.5 2003/06/11 06:22:14 deraadt Exp $ */
/* $NetBSD: pt_exec.c,v 1.4 1995/04/23 10:33:25 cgd Exp $ */
/*
@@ -48,12 +48,7 @@
#include "portald.h"
int
-portal_exec(pcr, key, v, so, fdp)
- struct portal_cred *pcr;
- char *key;
- char **v;
- int so;
- int *fdp;
+portal_exec(struct portal_cred *pcr, char *key, char **v, int so, int *fdp)
{
return (ENOEXEC);
}