summaryrefslogtreecommitdiff
path: root/lib/libc/rpc/pmap_getport.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2001-09-15 13:51:02 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2001-09-15 13:51:02 +0000
commit8f5b4bd4f461a41e728944072460af706dd47a0b (patch)
tree40677e84020e80be559c2933f98a2ac14fde25a1 /lib/libc/rpc/pmap_getport.c
parentce8e4cc18d0591021a891dc8c10d0bf046cfbec3 (diff)
prototype cleanup
Diffstat (limited to 'lib/libc/rpc/pmap_getport.c')
-rw-r--r--lib/libc/rpc/pmap_getport.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/rpc/pmap_getport.c b/lib/libc/rpc/pmap_getport.c
index 21c74abd18d..5cfb63a8863 100644
--- a/lib/libc/rpc/pmap_getport.c
+++ b/lib/libc/rpc/pmap_getport.c
@@ -28,7 +28,7 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
-static char *rcsid = "$OpenBSD: pmap_getport.c,v 1.6 1997/09/22 05:11:08 millert Exp $";
+static char *rcsid = "$OpenBSD: pmap_getport.c,v 1.7 2001/09/15 13:51:01 deraadt Exp $";
#endif /* LIBC_SCCS and not lint */
/*
@@ -62,7 +62,7 @@ pmap_getport(address, program, version, protocol)
{
u_short port = 0;
int sock = -1;
- register CLIENT *client;
+ CLIENT *client;
struct pmap parms;
address->sin_port = htons(PMAPPORT);