commit | f8b761eff1e49fde43dd940ac32b38cf7cee2a95 | [log] [tgz] |
---|---|---|
author | Chuck Lever <chuck.lever@oracle.com> | Sun Aug 09 15:09:44 2009 -0400 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Sun Aug 09 15:09:44 2009 -0400 |
tree | ea5cc9f68375c6924f2797916f116835fb5542ea | |
parent | 0e47f0d665efcf1b45f293422d21d8383f07d122 [diff] |
SUNRPC: Eliminate PROC macro from rpcb_clnt Clean up: Replace PROC macro with open coded C99 structure initializers to improve readability. The rpcbind v4 GETVERSADDR procedure is never sent by the current implementation, so it is not copied to the new structures. Signed-off-by: Chuck Lever <chuck.lever@oracle.com> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>