2002-11-04 Joel Sherrill <joel@OARcorp.com>

* src/rpc/pmap_rmt.c: Removed warnings.
This commit is contained in:
Joel Sherrill
2002-11-04 14:29:42 +00:00
parent 6d9ade62b3
commit ce3375008b
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2002-11-04 Joel Sherrill <joel@OARcorp.com>
* src/rpc/pmap_rmt.c: Removed warnings.
2002-10-31 Joel Sherrill <joel@OARcorp.com>
* src/rpc/svc_run.c: Remove warning.

View File

@@ -236,7 +236,7 @@ clnt_broadcast(prog, vers, proc, xargs, argsp, xresults, resultsp, eachresult)
caddr_t resultsp; /* pointer to results */
resultproc_t eachresult; /* call with each result obtained */
{
enum clnt_stat stat;
enum clnt_stat stat = RPC_SUCCESS; /* to avoid warning */
AUTH *unix_auth = authunix_create_default();
XDR xdr_stream;
register XDR *xdrs = &xdr_stream;