diff options
author | Arjun Shankar <arjun@redhat.com> | 2023-10-02 14:55:22 +0200 |
---|---|---|
committer | Arjun Shankar <arjun@redhat.com> | 2023-10-24 12:30:59 +0200 |
commit | 3f7c7ac887f9d0f5d41b3c7d698fe8df939c0a87 (patch) | |
tree | fd8eb2d30fab083f918215fe11050a5318bd32ac /nscd | |
parent | a7e8d0b90bc400b4d57afb01c1a54236a5c4754c (diff) | |
download | glibc-3f7c7ac887f9d0f5d41b3c7d698fe8df939c0a87.zip glibc-3f7c7ac887f9d0f5d41b3c7d698fe8df939c0a87.tar.gz glibc-3f7c7ac887f9d0f5d41b3c7d698fe8df939c0a87.tar.bz2 |
Move 'netgroup' routines from 'inet' into 'nss'
These netgroup routines are entry points for nss functionality.
This commit moves them along with netgroup.h from the 'inet'
subdirectory to 'nss', and adjusts any references accordingly.
Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Diffstat (limited to 'nscd')
-rw-r--r-- | nscd/netgroupcache.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nscd/netgroupcache.c b/nscd/netgroupcache.c index 06b7d7b..b9174a1 100644 --- a/nscd/netgroupcache.c +++ b/nscd/netgroupcache.c @@ -24,7 +24,7 @@ #include <unistd.h> #include <sys/mman.h> -#include "../inet/netgroup.h" +#include "../nss/netgroup.h" #include "nscd.h" #include "dbg_log.h" |