diff options
author | Roland McGrath <roland@hack.frob.com> | 2015-02-06 10:43:19 -0800 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2015-02-06 10:43:19 -0800 |
commit | a1309c2bd0e7469158dfa5dec3334054fad2ed03 (patch) | |
tree | 19d19995e9ec59f3ecf94023aef485f7fc995c32 /inet/Makefile | |
parent | ac9e0e5e401fa634667a8284a0db0ca886bf816b (diff) | |
download | glibc-a1309c2bd0e7469158dfa5dec3334054fad2ed03.tar.gz glibc-a1309c2bd0e7469158dfa5dec3334054fad2ed03.tar.xz glibc-a1309c2bd0e7469158dfa5dec3334054fad2ed03.zip |
Exclude rpcent functions and NSS backends for rpc, key when excluding sunrpc.
Diffstat (limited to 'inet/Makefile')
-rw-r--r-- | inet/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/inet/Makefile b/inet/Makefile index 267f0603c1..f1d871ff11 100644 --- a/inet/Makefile +++ b/inet/Makefile @@ -37,8 +37,6 @@ routines := htonl htons \ getproto getproto_r getprtent getprtent_r getprtname getprtname_r \ getsrvbynm getsrvbynm_r getsrvbypt getsrvbypt_r getservent \ getservent_r \ - getrpcent getrpcbyname getrpcbynumber \ - getrpcent_r getrpcbyname_r getrpcbynumber_r \ ether_aton ether_aton_r ether_hton ether_line \ ether_ntoa ether_ntoa_r ether_ntoh \ rcmd rexec ruserpass \ |