[PATCH 1/3] Move non-deprecated RPC-related functions from sunrpc to inet

H.J. Lu hjl.tools@gmail.com
Wed Jul 8 12:56:56 GMT 2020


On Wed, Jul 8, 2020 at 5:05 AM Florian Weimer via Libc-alpha
<libc-alpha@sourceware.org> wrote:
>
> This includes bindresvport and the NSS-related RPC functions.  This will
> simplify the removal of the sunrpc functionality because these functions
> no longer have to be treated specially.
> ---
>  inet/Makefile                              | 11 +++++++++--
>  sunrpc/bindrsvprt.c => inet/bindresvport.c |  0
>  {sunrpc => inet}/etc.rpc                   |  0
>  {sunrpc => inet}/getrpcbyname.c            |  0
>  {sunrpc => inet}/getrpcbyname_r.c          |  0
>  {sunrpc => inet}/getrpcbynumber.c          |  0
>  {sunrpc => inet}/getrpcbynumber_r.c        |  0
>  {sunrpc => inet}/getrpcent.c               |  0
>  {sunrpc => inet}/getrpcent_r.c             |  0
>  sunrpc/Makefile                            |  9 +--------
>  10 files changed, 10 insertions(+), 10 deletions(-)
>  rename sunrpc/bindrsvprt.c => inet/bindresvport.c (100%)
>  rename {sunrpc => inet}/etc.rpc (100%)
>  rename {sunrpc => inet}/getrpcbyname.c (100%)
>  rename {sunrpc => inet}/getrpcbyname_r.c (100%)
>  rename {sunrpc => inet}/getrpcbynumber.c (100%)
>  rename {sunrpc => inet}/getrpcbynumber_r.c (100%)
>  rename {sunrpc => inet}/getrpcent.c (100%)
>  rename {sunrpc => inet}/getrpcent_r.c (100%)
>

LGTM.

Thanks.

-- 
H.J.


More information about the Libc-alpha mailing list