Move 'rpc' routines from 'inet' into 'nss'
authorArjun Shankar <arjun@redhat.com>
Mon, 2 Oct 2023 12:55:25 +0000 (14:55 +0200)
committerArjun Shankar <arjun@redhat.com>
Tue, 24 Oct 2023 10:31:00 +0000 (12:31 +0200)
commit9b63a8ac404733851798680da1dc9f53ee70b64c
tree37ff05b0c5aec7403020fe60a14ddcbbb47c5b4e
parenta25a060c358358d61d683dc8e9aa9df91e877a35
Move 'rpc' routines from 'inet' into 'nss'

The getrpcby* and getrpcent* routines are entry points for nss
functionality.  This commit moves them from the 'inet' subdirectory to
'nss'.  The Versions entries for these routines along with a test,
located in the 'sunrpc' subdirectory, are also moved into 'nss'.
Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
12 files changed:
inet/Makefile
nss/Makefile
nss/Versions
nss/getrpcbyname.c [moved from inet/getrpcbyname.c with 100% similarity]
nss/getrpcbyname_r.c [moved from inet/getrpcbyname_r.c with 100% similarity]
nss/getrpcbynumber.c [moved from inet/getrpcbynumber.c with 100% similarity]
nss/getrpcbynumber_r.c [moved from inet/getrpcbynumber_r.c with 100% similarity]
nss/getrpcent.c [moved from inet/getrpcent.c with 100% similarity]
nss/getrpcent_r.c [moved from inet/getrpcent_r.c with 100% similarity]
nss/test-rpcent.c [moved from sunrpc/test-rpcent.c with 100% similarity]
sunrpc/Makefile
sunrpc/Versions