]> git.ipfire.org Git - thirdparty/glibc.git/commit
Move 'netgroup' routines from 'inet' into 'nss'
authorArjun Shankar <arjun@redhat.com>
Mon, 2 Oct 2023 12:55:22 +0000 (14:55 +0200)
committerArjun Shankar <arjun@redhat.com>
Tue, 24 Oct 2023 10:30:59 +0000 (12:30 +0200)
commit3f7c7ac887f9d0f5d41b3c7d698fe8df939c0a87
treefd8eb2d30fab083f918215fe11050a5318bd32ac
parenta7e8d0b90bc400b4d57afb01c1a54236a5c4754c
Move 'netgroup' routines from 'inet' into 'nss'

These netgroup routines are entry points for nss functionality.
This commit moves them along with netgroup.h from the 'inet'
subdirectory to 'nss', and adjusts any references accordingly.
Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
include/netdb.h
include/netgroup.h
inet/Makefile
inet/Versions
nscd/netgroupcache.c
nss/Makefile
nss/Versions
nss/getnetgrent.c [moved from inet/getnetgrent.c with 100% similarity]
nss/getnetgrent_r.c [moved from inet/getnetgrent_r.c with 100% similarity]
nss/netgroup.h [moved from inet/netgroup.h with 100% similarity]