diff options
| author | Alfred Perlstein <alfred@FreeBSD.org> | 2002-07-14 23:14:02 +0000 |
|---|---|---|
| committer | Alfred Perlstein <alfred@FreeBSD.org> | 2002-07-14 23:14:02 +0000 |
| commit | cffc0b5784e3c021ce62c949f9a3859da4764dd5 (patch) | |
| tree | 20fe12c9691b844991ca922c889a22d46056bd34 /lib/libc/rpc/clnt_raw.c | |
| parent | f895acf90fa38f87c4c25ebce7d172236699fdb8 (diff) | |
Notes
Diffstat (limited to 'lib/libc/rpc/clnt_raw.c')
| -rw-r--r-- | lib/libc/rpc/clnt_raw.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/rpc/clnt_raw.c b/lib/libc/rpc/clnt_raw.c index ed3aecd7eb9f..a8e11c516df2 100644 --- a/lib/libc/rpc/clnt_raw.c +++ b/lib/libc/rpc/clnt_raw.c @@ -81,7 +81,7 @@ static enum clnt_stat clnt_raw_call(CLIENT *, rpcproc_t, xdrproc_t, void *, static void clnt_raw_geterr(CLIENT *, struct rpc_err *); static bool_t clnt_raw_freeres(CLIENT *, xdrproc_t, void *); static void clnt_raw_abort(CLIENT *); -static bool_t clnt_raw_control(CLIENT *, u_int, char *); +static bool_t clnt_raw_control(CLIENT *, u_int, void *); static void clnt_raw_destroy(CLIENT *); static struct clnt_ops *clnt_raw_ops(void); @@ -280,7 +280,7 @@ static bool_t clnt_raw_control(cl, ui, str) CLIENT *cl; u_int ui; - char *str; + void *str; { return (FALSE); } |
