aboutsummaryrefslogtreecommitdiff
path: root/inet/Makefile
diff options
context:
space:
mode:
authorArjun Shankar <arjun@redhat.com>2023-10-02 14:55:23 +0200
committerArjun Shankar <arjun@redhat.com>2023-10-24 12:30:59 +0200
commit5a6e784e64c9e3d9b16b257f73cc6332771d9e18 (patch)
treeab84ac5d7456fbad3760c1e00723ba181dca021f /inet/Makefile
parent3f7c7ac887f9d0f5d41b3c7d698fe8df939c0a87 (diff)
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/Makefile12
1 files changed, 0 insertions, 12 deletions
diff --git a/inet/Makefile b/inet/Makefile
index 9f39f7ff2b..776cbfa0fd 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