summaryrefslogtreecommitdiffstats
path: root/lib/libc/rpc/clnt_raw.c
diff options
context:
space:
mode:
authorjraynard <jraynard@FreeBSD.org>1996-06-08 22:54:59 +0000
committerjraynard <jraynard@FreeBSD.org>1996-06-08 22:54:59 +0000
commit334d5a2501b8e9c0a881869a4a14de472a3d752a (patch)
tree0d3c657c913deeac4d961f72b4acf381ec762180 /lib/libc/rpc/clnt_raw.c
parent6f17f90cd60ae1ed4bf1e5a24833a04ce13a749c (diff)
downloadFreeBSD-src-334d5a2501b8e9c0a881869a4a14de472a3d752a.zip
FreeBSD-src-334d5a2501b8e9c0a881869a4a14de472a3d752a.tar.gz
Code cleanup (part one):
1. Added missing function prototypes. 2. Added missing function return types. 3. Added missing function argument types. 4. Added missing headers for system function prototypes. 5. Got rid of "extern int errno" rubbish.
Diffstat (limited to 'lib/libc/rpc/clnt_raw.c')
-rw-r--r--lib/libc/rpc/clnt_raw.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/libc/rpc/clnt_raw.c b/lib/libc/rpc/clnt_raw.c
index b52e658..dc7b08b 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.3 1995/10/22 14:51:16 phk Exp $";
+static char *rcsid = "$Id: clnt_raw.c,v 1.4 1995/10/27 16:56:48 adam Exp $";
#endif
/*
@@ -46,9 +46,12 @@ static char *rcsid = "$Id: clnt_raw.c,v 1.3 1995/10/22 14:51:16 phk Exp $";
#include <rpc/rpc.h>
#include <stdlib.h>
+#include <stdio.h>
#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