summaryrefslogtreecommitdiffstats
path: root/lib/libc/rpc/pmap_rmt.c
diff options
context:
space:
mode:
authorwpaul <wpaul@FreeBSD.org>1996-06-10 04:59:05 +0000
committerwpaul <wpaul@FreeBSD.org>1996-06-10 04:59:05 +0000
commit3ab6d271efbabe3efe41a748ce67b738fa7b2d8a (patch)
treefd0feb6b756dd2d8b7900bd4ac1247bdc660be44 /lib/libc/rpc/pmap_rmt.c
parent8a5ac3e758caa10e44458e31497727cb944a2074 (diff)
downloadFreeBSD-src-3ab6d271efbabe3efe41a748ce67b738fa7b2d8a.zip
FreeBSD-src-3ab6d271efbabe3efe41a748ce67b738fa7b2d8a.tar.gz
Remove extraneous '+' that looks like it was left in by mistake. This
module compiles now. Reported by: Stephen Hocking
Diffstat (limited to 'lib/libc/rpc/pmap_rmt.c')
-rw-r--r--lib/libc/rpc/pmap_rmt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/rpc/pmap_rmt.c b/lib/libc/rpc/pmap_rmt.c
index c61769f..31d5e97 100644
--- a/lib/libc/rpc/pmap_rmt.c
+++ b/lib/libc/rpc/pmap_rmt.c
@@ -30,7 +30,7 @@
#if defined(LIBC_SCCS) && !defined(lint)
/*static char *sccsid = "from: @(#)pmap_rmt.c 1.21 87/08/27 Copyr 1984 Sun Micro";*/
/*static char *sccsid = "from: @(#)pmap_rmt.c 2.2 88/08/01 4.0 RPCSRC";*/
-static char *rcsid = "$Id: pmap_rmt.c,v 1.5 1996/03/17 20:12:53 guido Exp $";
+static char *rcsid = "$Id: pmap_rmt.c,v 1.6 1996/06/10 00:49:17 jraynard Exp $";
#endif
/*
@@ -57,7 +57,7 @@ static char *rcsid = "$Id: pmap_rmt.c,v 1.5 1996/03/17 20:12:53 guido Exp $";
static struct timeval timeout = { 3, 0 };
-+int _rpc_dtablesize(void);
+int _rpc_dtablesize(void);
/*
* pmapper remote-call-service interface.
OpenPOWER on IntegriCloud