diff options
author | Arjun Shankar <arjun@redhat.com> | 2023-10-02 14:55:19 +0200 |
---|---|---|
committer | Arjun Shankar <arjun@redhat.com> | 2023-10-24 12:30:59 +0200 |
commit | 4298586619e4a8cf4ba0a5a9da31ae80efac173c (patch) | |
tree | d5c5d070888a487df01e417d1b4b7e94232f06f1 /include | |
parent | c6b577caefb7ea2f9a73229f94703792b66f7a8f (diff) | |
download | glibc-4298586619e4a8cf4ba0a5a9da31ae80efac173c.tar glibc-4298586619e4a8cf4ba0a5a9da31ae80efac173c.tar.gz glibc-4298586619e4a8cf4ba0a5a9da31ae80efac173c.tar.bz2 glibc-4298586619e4a8cf4ba0a5a9da31ae80efac173c.zip |
Move 'aliases' routines from 'inet' into 'nss'
The aliases routines are entry points for nss functionality. This
commit moves aliases.h and the aliases routines from the 'inet'
subdirectory to 'nss', and adjusts any external references.
Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/aliases.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/aliases.h b/include/aliases.h index db82588630..2c7756efe8 100644 --- a/include/aliases.h +++ b/include/aliases.h @@ -1,5 +1,5 @@ #ifndef _ALIASES_H -#include <inet/aliases.h> +#include <nss/aliases.h> # ifndef _ISOMAC |