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

ether_hostton and ether_ntohost are entry points for nss functionality.
This commit moves them from the 'inet' subdirectory to 'nss', and
adjusts any references accordingly.
Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
inet/Makefile
inet/Versions
nss/Makefile
nss/Versions
nss/ether_hton.c [moved from inet/ether_hton.c with 98% similarity]
nss/ether_ntoh.c [moved from inet/ether_ntoh.c with 98% similarity]