summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1996-12-30 14:21:36 +0000
committerPeter Wemm <peter@FreeBSD.org>1996-12-30 14:21:36 +0000
commita68eb0d41f80d43d1c63dce51251c4e1b20f624a (patch)
tree5b545aaf62aa4aae55ae9ed49f55cb5c1d9ec7fe /lib
parent370c138addb7d1dd4a105d354efb13c3c56c0e65 (diff)
Notes
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/rpc/clnt_raw.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libc/rpc/clnt_raw.c b/lib/libc/rpc/clnt_raw.c
index dc7b08b4bd69..e4ce5ce993bd 100644
--- a/lib/libc/rpc/clnt_raw.c
+++ b/lib/libc/rpc/clnt_raw.c
@@ -30,7 +30,7 @@
#if defined(LIBC_SCCS) && !defined(lint)
/*static char *sccsid = "from: @(#)clnt_raw.c 1.22 87/08/11 Copyr 1984 Sun Micro";*/
/*static char *sccsid = "from: @(#)clnt_raw.c 2.2 88/08/01 4.0 RPCSRC";*/
-static char *rcsid = "$Id: clnt_raw.c,v 1.4 1995/10/27 16:56:48 adam Exp $";
+static char *rcsid = "$Id: clnt_raw.c,v 1.5 1996/06/08 22:54:50 jraynard Exp $";
#endif
/*
@@ -50,8 +50,6 @@ static char *rcsid = "$Id: clnt_raw.c,v 1.4 1995/10/27 16:56:48 adam Exp $";
#define MCALL_MSG_SIZE 24
-bool_t xdr_opaque_auth(XDR *xdrs, struct opaque_auth *ap);
-
/*
* This is the "network" we will be moving stuff over.
*/