summaryrefslogtreecommitdiff
path: root/src/basic/mount-util.c
diff options
context:
space:
mode:
authorSven Eden <yamakuzure@gmx.net>2017-08-14 10:18:50 +0200
committerSven Eden <yamakuzure@gmx.net>2017-08-14 10:18:50 +0200
commitade93879a863195acb0cc2f346ef6ecf48416b4f (patch)
treee6c54140fe05b41600e63e272391c5bec5dd4366 /src/basic/mount-util.c
parent0d97daf3c746196ed8769007ad1a0b87052ddc5b (diff)
Prep v235: Add missing includes and dependencies.
Diffstat (limited to 'src/basic/mount-util.c')
-rw-r--r--src/basic/mount-util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/basic/mount-util.c b/src/basic/mount-util.c
index aee878e88..b38363076 100644
--- a/src/basic/mount-util.c
+++ b/src/basic/mount-util.c
@@ -707,6 +707,7 @@ int umount_verbose(const char *what) {
return log_error_errno(errno, "Failed to unmount %s: %m", what);
return 0;
}
+#endif // 0
const char *mount_propagation_flags_to_string(unsigned long flags) {
@@ -739,4 +740,3 @@ int mount_propagation_flags_from_string(const char *name, unsigned long *ret) {
return -EINVAL;
return 0;
}
-#endif // 0