summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2015-11-27 19:21:15 +0100
committerLennart Poettering <lennart@poettering.net>2015-11-27 19:23:29 +0100
commit6b25959dfac6f6d8a8fdb523bfc5198576803dc4 (patch)
tree3cdc7817ddb2f27e642fe3d13232e890cd015bca /src
parent4afd3348c7506dd1d36305b7bcb9feb8952b9d6b (diff)
util-lib: move nss-util.h from shared/ to basic/
The header file defines some helpers for GLIBC NSS and doesn't include anything else but glibc headers, hence there's little reason to keep it in shared/. See: #2008
Diffstat (limited to 'src')
-rw-r--r--src/basic/nss-util.h (renamed from src/shared/nss-util.h)1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/shared/nss-util.h b/src/basic/nss-util.h
index a7b51a91da..cc30d93aad 100644
--- a/src/shared/nss-util.h
+++ b/src/basic/nss-util.h
@@ -27,7 +27,6 @@
#include <pwd.h>
#include <resolv.h>
-
#define NSS_GETHOSTBYNAME_PROTOTYPES(module) \
enum nss_status _nss_##module##_gethostbyname4_r( \
const char *name, \