diff options
author | Arjun Shankar <arjun@redhat.com> | 2023-10-02 14:55:25 +0200 |
---|---|---|
committer | Arjun Shankar <arjun@redhat.com> | 2023-10-24 12:31:00 +0200 |
commit | 9b63a8ac404733851798680da1dc9f53ee70b64c (patch) | |
tree | 37ff05b0c5aec7403020fe60a14ddcbbb47c5b4e /sunrpc/Makefile | |
parent | a25a060c358358d61d683dc8e9aa9df91e877a35 (diff) | |
download | glibc-9b63a8ac404733851798680da1dc9f53ee70b64c.tar.gz glibc-9b63a8ac404733851798680da1dc9f53ee70b64c.tar.xz glibc-9b63a8ac404733851798680da1dc9f53ee70b64c.zip |
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>
Diffstat (limited to 'sunrpc/Makefile')
-rw-r--r-- | sunrpc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sunrpc/Makefile b/sunrpc/Makefile index ec2ea04ca9..83a0f2d099 100644 --- a/sunrpc/Makefile +++ b/sunrpc/Makefile @@ -64,7 +64,7 @@ routines := auth_none authuxprot clnt_raw clnt_simp \ shared-only-routines = $(routines) endif -tests = tst-xdrmem tst-xdrmem2 test-rpcent tst-udp-error tst-udp-timeout \ +tests = tst-xdrmem tst-xdrmem2 tst-udp-error tst-udp-timeout \ tst-udp-nonblocking tst-bug22542 tst-bug28768 xtests := tst-getmyaddr |