Move 'protocols' routines from 'inet' into 'nss'
authorArjun Shankar <arjun@redhat.com>
Mon, 2 Oct 2023 12:55:24 +0000 (14:55 +0200)
committerArjun Shankar <arjun@redhat.com>
Tue, 24 Oct 2023 10:30:59 +0000 (12:30 +0200)
commita25a060c358358d61d683dc8e9aa9df91e877a35
treee01407aca6f3cf2a7891c428681314842aca5878
parent5a6e784e64c9e3d9b16b257f73cc6332771d9e18
Move 'protocols' routines from 'inet' into 'nss'

The getprotoby* and getprotoent* 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/getproto.c [moved from inet/getproto.c with 100% similarity]
nss/getproto_r.c [moved from inet/getproto_r.c with 100% similarity]
nss/getprtent.c [moved from inet/getprtent.c with 100% similarity]
nss/getprtent_r.c [moved from inet/getprtent_r.c with 100% similarity]
nss/getprtname.c [moved from inet/getprtname.c with 100% similarity]
nss/getprtname_r.c [moved from inet/getprtname_r.c with 100% similarity]