summaryrefslogtreecommitdiffstats
path: root/lib/libc/rpc/pmap_getport.c
diff options
context:
space:
mode:
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);