]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Move <rpc/netdb.h> from sunrpc to inet
authorFlorian Weimer <fweimer@redhat.com>
Fri, 17 Jul 2020 13:19:35 +0000 (15:19 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Fri, 17 Jul 2020 13:19:35 +0000 (15:19 +0200)
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").

include/rpc/netdb.h
inet/Makefile
inet/rpc/netdb.h [moved from sunrpc/rpc/netdb.h with 100% similarity]
resolv/Makefile
resolv/rpc/netdb.h [deleted file]

index dc0d0e26b9971b1fe961b6d9d1638e51a2a72cc8..5ddd776691425ecca2b91b554f9f8c11c3786886 100644 (file)
@@ -1,5 +1,5 @@
 #ifndef _RPC_NETDB_H
-#include <sunrpc/rpc/netdb.h>
+#include <inet/rpc/netdb.h>
 
 # ifndef _ISOMAC
 
index 1ca06bba80efb49f01507183bc04621ccbf33367..7a807fe805a73bfa0afaac11844d3e7e19b545d7 100644 (file)
@@ -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       \
similarity index 100%
rename from sunrpc/rpc/netdb.h
rename to inet/rpc/netdb.h
index f131e4b014ba99b60ce447f456fcdd70697a6bc8..b61c0c3e0c616da9a9cc9ea43c5c306e07ec0481 100644 (file)
@@ -126,13 +126,6 @@ tests-special += $(objpfx)mtrace-tst-resolv-res_ninit.out
 endif
 endif
 
-ifeq (,$(filter sunrpc,$(subdirs)))
-# The netdb.h we install does '#include <rpc/netdb.h>', so one must exist.
-# If sunrpc/ is built in this configuration, it installs a real <rpc/netdb.h>.
-# If that's not going to happen, install our dummy file.
-headers += rpc/netdb.h
-endif
-
 generated += mtrace-tst-leaks.out tst-leaks.mtrace \
             mtrace-tst-leaks2.out tst-leaks2.mtrace \
             mtrace-tst-resolv-res_ninit.out tst-resolv-res_ninit.mtrace \
diff --git a/resolv/rpc/netdb.h b/resolv/rpc/netdb.h
deleted file mode 100644 (file)
index eecea3c..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-/* This is a dummy file for <rpc/netdb.h>, which is included by <netdb.h>.
-   This file is installed when the C library does not support the SunRPC
-   interfaces (including 'struct rpcent' et al) at all.  */