diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-06-11 06:22:16 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-06-11 06:22:16 +0000 |
commit | 4e11c004395b80e095e2512274ee143f75b923f2 (patch) | |
tree | 7dd90385c7fc68e56457d473631e3db8896270d2 /sbin/mount_portal/pt_tcp.c | |
parent | 5dd7b59250a41ff74475db0fc6290dc6b029d96d (diff) |
ansification
Diffstat (limited to 'sbin/mount_portal/pt_tcp.c')
-rw-r--r-- | sbin/mount_portal/pt_tcp.c | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/sbin/mount_portal/pt_tcp.c b/sbin/mount_portal/pt_tcp.c index 0078fba6723..a1a08e82bb8 100644 --- a/sbin/mount_portal/pt_tcp.c +++ b/sbin/mount_portal/pt_tcp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pt_tcp.c,v 1.7 2003/06/02 20:06:16 millert Exp $ */ +/* $OpenBSD: pt_tcp.c,v 1.8 2003/06/11 06:22:14 deraadt Exp $ */ /* $NetBSD: pt_tcp.c,v 1.9 1995/05/21 15:33:22 mycroft Exp $ */ /* @@ -60,12 +60,7 @@ * An unrecognised suffix is an error. */ int -portal_tcp(pcr, key, v, kso, fdp) - struct portal_cred *pcr; - char *key; - char **v; - int kso; - int *fdp; +portal_tcp(struct portal_cred *pcr, char *key, char **v, int kso, int *fdp) { char host[MAXHOSTNAMELEN]; char port[MAXHOSTNAMELEN]; |