]> git.ipfire.org Git - thirdparty/glibc.git/commit
Move 'networks' routines from 'inet' into 'nss'
authorArjun Shankar <arjun@redhat.com>
Mon, 2 Oct 2023 12:55:23 +0000 (14:55 +0200)
committerArjun Shankar <arjun@redhat.com>
Tue, 24 Oct 2023 10:30:59 +0000 (12:30 +0200)
commit5a6e784e64c9e3d9b16b257f73cc6332771d9e18
treeab84ac5d7456fbad3760c1e00723ba181dca021f
parent3f7c7ac887f9d0f5d41b3c7d698fe8df939c0a87
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>
inet/Makefile
inet/Versions
nss/Makefile
nss/Versions
nss/getnetbyad.c [moved from inet/getnetbyad.c with 100% similarity]
nss/getnetbyad_r.c [moved from inet/getnetbyad_r.c with 100% similarity]
nss/getnetbynm.c [moved from inet/getnetbynm.c with 100% similarity]
nss/getnetbynm_r.c [moved from inet/getnetbynm_r.c with 100% similarity]
nss/getnetent.c [moved from inet/getnetent.c with 100% similarity]
nss/getnetent_r.c [moved from inet/getnetent_r.c with 100% similarity]