summaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-08-17 18:00:48 +0200
committerLennart Poettering <lennart@poettering.net>2010-08-17 18:13:46 +0200
commit888c6216ca9239be260fd832f900b9fcd784f806 (patch)
tree27a1a15fb6db75cdcfcc840682a3a57fb643b5ba /src/util.h
parent322198005ace1aca0d504726f2444c84bd8b5430 (diff)
nss: don't disable nscd anymore, since it doesn't make sense to socket-activate nscd anyway
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/util.h b/src/util.h
index 18dfa97b8c..97e1b1ba41 100644
--- a/src/util.h
+++ b/src/util.h
@@ -336,8 +336,6 @@ int running_in_chroot(void);
char *ellipsize(const char *s, unsigned length, unsigned percent);
-void nss_disable_nscd(void);
-
int touch(const char *path);
const char *ioprio_class_to_string(int i);