about summary refs log tree commit diff
path: root/include/netgroup.h
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 /include/netgroup.h
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 'include/netgroup.h')
-rw-r--r--include/netgroup.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/netgroup.h b/include/netgroup.h
index 4b2b284cdb..40a5d1a65e 100644
--- a/include/netgroup.h
+++ b/include/netgroup.h
@@ -1 +1 @@
-#include <inet/netgroup.h>
+#include <nss/netgroup.h>