diff options
| author | Bill Paul <wpaul@FreeBSD.org> | 1996-06-10 04:59:05 +0000 |
|---|---|---|
| committer | Bill Paul <wpaul@FreeBSD.org> | 1996-06-10 04:59:05 +0000 |
| commit | 2f5fc074d97e37c9d69ba62dbca686c9af3b1576 (patch) | |
| tree | fd0feb6b756dd2d8b7900bd4ac1247bdc660be44 /lib/libc | |
| parent | 3091ee0955833f73f2b856772341e26798b96978 (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/rpc/pmap_rmt.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/rpc/pmap_rmt.c b/lib/libc/rpc/pmap_rmt.c index c61769fe7615..31d5e97d0e5d 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. |
