summaryrefslogtreecommitdiffstats
path: root/lib/libc/rpc/clnt_raw.c
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1996-12-30 14:21:36 +0000
committerpeter <peter@FreeBSD.org>1996-12-30 14:21:36 +0000
commitc83a7243ccf82715783ce1c04fe78e735d041a86 (patch)
tree5b545aaf62aa4aae55ae9ed49f55cb5c1d9ec7fe /lib/libc/rpc/clnt_raw.c
parent18eaed493a9358bd58f0f7615dbf41235bbd90c2 (diff)
downloadFreeBSD-src-c83a7243ccf82715783ce1c04fe78e735d041a86.zip
FreeBSD-src-c83a7243ccf82715783ce1c04fe78e735d041a86.tar.gz
- prototype moved to include file
Obtained from: a diff of FreeBSD vs. OpenBSD/NetBSD rpc code.
Diffstat (limited to 'lib/libc/rpc/clnt_raw.c')
-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 dc7b08b..e4ce5ce 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.
*/
OpenPOWER on IntegriCloud