]> git.ipfire.org Git - thirdparty/glibc.git/commit
Move non-deprecated RPC-related functions from sunrpc to inet
authorFlorian Weimer <fweimer@redhat.com>
Wed, 8 Jul 2020 10:15:23 +0000 (12:15 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Wed, 8 Jul 2020 15:25:57 +0000 (17:25 +0200)
commitacb527929d0c2b3bb0798472c42ddb3203729708
tree811e3dccd989b71c1e44b18e9e790538725d2c29
parenta2a83bf6d9f1d4d297c5378f0fda0d8f85bc75f2
Move non-deprecated RPC-related functions from sunrpc to inet

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
inet/bindresvport.c [moved from sunrpc/bindrsvprt.c with 100% similarity]
inet/etc.rpc [moved from sunrpc/etc.rpc with 100% similarity]
inet/getrpcbyname.c [moved from sunrpc/getrpcbyname.c with 100% similarity]
inet/getrpcbyname_r.c [moved from sunrpc/getrpcbyname_r.c with 100% similarity]
inet/getrpcbynumber.c [moved from sunrpc/getrpcbynumber.c with 100% similarity]
inet/getrpcbynumber_r.c [moved from sunrpc/getrpcbynumber_r.c with 100% similarity]
inet/getrpcent.c [moved from sunrpc/getrpcent.c with 100% similarity]
inet/getrpcent_r.c [moved from sunrpc/getrpcent_r.c with 100% similarity]
sunrpc/Makefile