diff options
author | Florian Weimer <fweimer@redhat.com> | 2020-07-17 15:19:35 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2020-07-17 15:19:35 +0200 |
commit | 76b8442db51a8976de19934638a42532a3af607f (patch) | |
tree | 93f96b5ca32f6c60a1613bd65c03be664c924035 /inet/Makefile | |
parent | 8cde977077b3568310c743b21a905ca9ab286724 (diff) | |
download | glibc-76b8442db51a8976de19934638a42532a3af607f.tar.gz glibc-76b8442db51a8976de19934638a42532a3af607f.tar.xz glibc-76b8442db51a8976de19934638a42532a3af607f.zip |
Move <rpc/netdb.h> from sunrpc to inet
Restore <rpc/netdb.h> as an installed header. Delete the dummy header resolv/rpc/netdb.h because inet is not an optional glibc component (so its <rpc/netdb.h> is always available). Fixes commit acb527929d0c2b3bb0798472c42ddb3203729708 ("Move non-deprecated RPC-related functions from sunrpc to inet") in combination with commit 5500cdba4018ddbda7909bc7f4f9718610b43cf0 ("Remove --enable-obsolete-rpc configure flag").
Diffstat (limited to 'inet/Makefile')
-rw-r--r-- | inet/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/inet/Makefile b/inet/Makefile index 1ca06bba80..7a807fe805 100644 --- a/inet/Makefile +++ b/inet/Makefile @@ -25,7 +25,8 @@ include ../Makeconfig headers := netinet/ether.h netinet/in.h netinet/in_systm.h \ netinet/if_ether.h netinet/igmp.h \ netinet/tcp.h netinet/ip.h $(wildcard arpa/*.h protocols/*.h) \ - aliases.h ifaddrs.h netinet/ip6.h netinet/icmp6.h bits/in.h + aliases.h ifaddrs.h netinet/ip6.h netinet/icmp6.h bits/in.h \ + rpc/netdb.h routines := htonl htons \ inet_lnaof inet_mkadr \ |