Move 'services' routines from 'inet' into 'nss'
authorArjun Shankar <arjun@redhat.com>
Mon, 2 Oct 2023 12:55:26 +0000 (14:55 +0200)
committerArjun Shankar <arjun@redhat.com>
Tue, 24 Oct 2023 10:31:00 +0000 (12:31 +0200)
commit1d74d2f042a405982661267394e16126db70dc5f
tree6d59e8ee3f31cdfb1369c5e6db67c3654f2a6587
parent9b63a8ac404733851798680da1dc9f53ee70b64c
Move 'services' routines from 'inet' into 'nss'

The getservby* and getservent* 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>
16 files changed:
inet/Makefile
inet/Versions
inet/getservent.c [deleted file]
inet/getservent_r.c [deleted file]
inet/getsrvbynm.c [deleted file]
inet/getsrvbynm_r.c [deleted file]
inet/getsrvbypt.c [deleted file]
inet/getsrvbypt_r.c [deleted file]
nss/Makefile
nss/Versions
nss/getservent.c [new file with mode: 0644]
nss/getservent_r.c [new file with mode: 0644]
nss/getsrvbynm.c [new file with mode: 0644]
nss/getsrvbynm_r.c [new file with mode: 0644]
nss/getsrvbypt.c [new file with mode: 0644]
nss/getsrvbypt_r.c [new file with mode: 0644]