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 /include/rpc | |
parent | 8cde977077b3568310c743b21a905ca9ab286724 (diff) | |
download | glibc-76b8442db51a8976de19934638a42532a3af607f.tar.gz |
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 'include/rpc')
-rw-r--r-- | include/rpc/netdb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rpc/netdb.h b/include/rpc/netdb.h index dc0d0e26b9..5ddd776691 100644 --- a/include/rpc/netdb.h +++ b/include/rpc/netdb.h @@ -1,5 +1,5 @@ #ifndef _RPC_NETDB_H -#include <sunrpc/rpc/netdb.h> +#include <inet/rpc/netdb.h> # ifndef _ISOMAC |