From 3ab6d271efbabe3efe41a748ce67b738fa7b2d8a Mon Sep 17 00:00:00 2001 From: wpaul Date: Mon, 10 Jun 1996 04:59:05 +0000 Subject: Remove extraneous '+' that looks like it was left in by mistake. This module compiles now. Reported by: Stephen Hocking --- lib/libc/rpc/pmap_rmt.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') 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. -- cgit v1.1