about summary refs log tree commit diff
path: root/nscd
diff options
context:
space:
mode:
authorArjun Shankar <arjun@redhat.com>2023-10-02 14:55:22 +0200
committerArjun Shankar <arjun@redhat.com>2023-10-24 12:30:59 +0200
commit3f7c7ac887f9d0f5d41b3c7d698fe8df939c0a87 (patch)
treefd8eb2d30fab083f918215fe11050a5318bd32ac /nscd
parenta7e8d0b90bc400b4d57afb01c1a54236a5c4754c (diff)
downloadglibc-3f7c7ac887f9d0f5d41b3c7d698fe8df939c0a87.tar.gz
glibc-3f7c7ac887f9d0f5d41b3c7d698fe8df939c0a87.tar.xz
glibc-3f7c7ac887f9d0f5d41b3c7d698fe8df939c0a87.zip
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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nscd/netgroupcache.c b/nscd/netgroupcache.c
index 06b7d7b6ca..b9174a138c 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"