diff options
author | Arjun Shankar <arjun@redhat.com> | 2023-10-02 14:55:23 +0200 |
---|---|---|
committer | Arjun Shankar <arjun@redhat.com> | 2023-10-24 12:30:59 +0200 |
commit | 5a6e784e64c9e3d9b16b257f73cc6332771d9e18 (patch) | |
tree | ab84ac5d7456fbad3760c1e00723ba181dca021f /inet/Makefile | |
parent | 3f7c7ac887f9d0f5d41b3c7d698fe8df939c0a87 (diff) | |
download | glibc-5a6e784e64c9e3d9b16b257f73cc6332771d9e18.zip glibc-5a6e784e64c9e3d9b16b257f73cc6332771d9e18.tar.gz glibc-5a6e784e64c9e3d9b16b257f73cc6332771d9e18.tar.bz2 |
Move 'networks' routines from 'inet' into 'nss'
The getnetby* and getnetent* routines are entry points for nss
functionality. This commit moves them from the 'inet' subdirectory to
'nss'.
Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Diffstat (limited to 'inet/Makefile')
-rw-r--r-- | inet/Makefile | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/inet/Makefile b/inet/Makefile index 9f39f7f..776cbfa 100644 --- a/inet/Makefile +++ b/inet/Makefile @@ -48,12 +48,6 @@ routines := \ ether_ntoa_r \ getipv4sourcefilter \ getnameinfo \ - getnetbyad \ - getnetbyad_r \ - getnetbynm \ - getnetbynm_r \ - getnetent \ - getnetent_r \ getproto \ getproto_r \ getprtent \ @@ -144,12 +138,6 @@ include ../gen-locales.mk ifeq ($(have-thread-library),yes) CFLAGS-rcmd.c += -fexceptions -CFLAGS-getnetbynm_r.c += -fexceptions -CFLAGS-getnetbynm.c += -fexceptions -CFLAGS-getnetbyad_r.c += -fexceptions -CFLAGS-getnetbyad.c += -fexceptions -CFLAGS-getnetent_r.c += -fexceptions -CFLAGS-getnetent.c += -fexceptions CFLAGS-getrpcent_r.c += -fexceptions CFLAGS-getrpcent.c += -fexceptions CFLAGS-getservent_r.c += -fexceptions |