diff options
| author | Alfred Perlstein <alfred@FreeBSD.org> | 2001-03-22 20:43:13 +0000 |
|---|---|---|
| committer | Alfred Perlstein <alfred@FreeBSD.org> | 2001-03-22 20:43:13 +0000 |
| commit | 392df6bce77c044b8fdeb3c47730b73db67d964d (patch) | |
| tree | 6b8733b660be098171c52dee06ff5ea8f1eb34ec /lib/libc/rpc/clnt_vc.c | |
| parent | 922ed949230147f0e2f05b05dc6658a70af0c228 (diff) | |
Notes
Diffstat (limited to 'lib/libc/rpc/clnt_vc.c')
| -rw-r--r-- | lib/libc/rpc/clnt_vc.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/libc/rpc/clnt_vc.c b/lib/libc/rpc/clnt_vc.c index 433291c82ff7..737e3c706fe2 100644 --- a/lib/libc/rpc/clnt_vc.c +++ b/lib/libc/rpc/clnt_vc.c @@ -81,6 +81,11 @@ static char sccsid[] = "@(#)clnt_vc.c 1.19 89/03/16 Copyr 1988 Sun Micro"; #define MCALL_MSG_SIZE 24 +struct cmessage { + struct cmsghdr cmsg; + struct cmsgcred cmcred; +}; + static enum clnt_stat clnt_vc_call __P((CLIENT *, rpcproc_t, xdrproc_t, caddr_t, xdrproc_t, caddr_t, struct timeval)); static void clnt_vc_geterr __P((CLIENT *, struct rpc_err *)); |
