1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-10 05:03:06 +03:00

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 acb527929d ("Move
non-deprecated RPC-related functions from sunrpc to inet") in
combination with commit 5500cdba40
("Remove --enable-obsolete-rpc configure flag").
This commit is contained in:
Florian Weimer
2020-07-17 15:19:35 +02:00
parent 8cde977077
commit 76b8442db5
5 changed files with 3 additions and 12 deletions

View File

@@ -1,5 +1,5 @@
#ifndef _RPC_NETDB_H
#include <sunrpc/rpc/netdb.h>
#include <inet/rpc/netdb.h>
# ifndef _ISOMAC