summaryrefslogtreecommitdiff
path: root/sbin/mount_portal/pt_file.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_file.c
parent5dd7b59250a41ff74475db0fc6290dc6b029d96d (diff)
ansification
Diffstat (limited to 'sbin/mount_portal/pt_file.c')
-rw-r--r--sbin/mount_portal/pt_file.c9
1 files changed, 2 insertions, 7 deletions
diff --git a/sbin/mount_portal/pt_file.c b/sbin/mount_portal/pt_file.c
index 05784f190a5..0d32d056ef6 100644
--- a/sbin/mount_portal/pt_file.c
+++ b/sbin/mount_portal/pt_file.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pt_file.c,v 1.8 2003/06/02 20:06:16 millert Exp $ */
+/* $OpenBSD: pt_file.c,v 1.9 2003/06/11 06:22:14 deraadt Exp $ */
/* $NetBSD: pt_file.c,v 1.7 1995/06/06 19:54:30 mycroft Exp $ */
/*
@@ -50,12 +50,7 @@
#include "portald.h"
int
-portal_file(pcr, key, v, so, fdp)
- struct portal_cred *pcr;
- char *key;
- char **v;
- int so;
- int *fdp;
+portal_file(struct portal_cred *pcr, char *key, char **v, int so, int *fdp)
{
int fd;
char pbuf[MAXPATHLEN];