diff options
author | Arjun Shankar <arjun@redhat.com> | 2023-10-02 14:55:20 +0200 |
---|---|---|
committer | Arjun Shankar <arjun@redhat.com> | 2023-10-24 12:30:59 +0200 |
commit | 1c40266328babd3613d0fc7928449a7b53d87c73 (patch) | |
tree | 095c283352dd9ad0ddcefbca32d7fa9c462f4633 /nss/Makefile | |
parent | 4298586619e4a8cf4ba0a5a9da31ae80efac173c (diff) | |
download | glibc-1c40266328babd3613d0fc7928449a7b53d87c73.zip glibc-1c40266328babd3613d0fc7928449a7b53d87c73.tar.gz glibc-1c40266328babd3613d0fc7928449a7b53d87c73.tar.bz2 |
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>
Diffstat (limited to 'nss/Makefile')
-rw-r--r-- | nss/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/nss/Makefile b/nss/Makefile index 2dfa7eb..148c6dc 100644 --- a/nss/Makefile +++ b/nss/Makefile @@ -68,6 +68,12 @@ CFLAGS-getaliasent_r.c += -fexceptions CFLAGS-getaliasent.c += -fexceptions endif +# ethers routines: +routines += \ + ether_hton \ + ether_ntoh \ + # routines + # grp routines: routines += \ fgetgrent \ |