summaryrefslogtreecommitdiff
path: root/src/basic/mount-util.c
diff options
context:
space:
mode:
authorSven Eden <yamakuzure@gmx.net>2018-06-05 19:08:31 +0200
committerSven Eden <yamakuzure@gmx.net>2018-06-05 19:08:54 +0200
commit4bb25b978ca1a43ea28db5b18de2b2fb02d58268 (patch)
tree3add4bd6789906ce88bcf78295ba53d3b7edc206 /src/basic/mount-util.c
parent3db5f3721225cea3c50d71e26edbf73c0f8a053a (diff)
Prep v238: Uncomment now needed headers and unmask now needed functions in src/basic (1/6)
Diffstat (limited to 'src/basic/mount-util.c')
-rw-r--r--src/basic/mount-util.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/basic/mount-util.c b/src/basic/mount-util.c
index 4c9b5adff..db90194ff 100644
--- a/src/basic/mount-util.c
+++ b/src/basic/mount-util.c
@@ -891,6 +891,7 @@ int mount_propagation_flags_from_string(const char *name, unsigned long *ret) {
return 0;
}
+#if 0 /// UNNEEDED by elogind
int mount_option_mangle(
const char *options,
unsigned long mount_flags,
@@ -960,3 +961,4 @@ int mount_option_mangle(
return 0;
}
+#endif // 0