summaryrefslogtreecommitdiff
path: root/src/basic/mount-util.c
diff options
context:
space:
mode:
authorSven Eden <yamakuzure@gmx.net>2017-07-18 08:04:37 +0200
committerSven Eden <yamakuzure@gmx.net>2017-07-18 09:36:12 +0200
commit54225bd06a4e1486277639fd0c1518968f264b42 (patch)
tree98c1a34113a8464806e93e03b385c6e0a3c9ed08 /src/basic/mount-util.c
parentcb7968de9b62d0210c8212f92d932930f99a7a0c (diff)
Prep v233.2: Mask unneeded functions and definitions in src/basic
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 ae4a4979e..fef991207 100644
--- a/src/basic/mount-util.c
+++ b/src/basic/mount-util.c
@@ -695,7 +695,6 @@ 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) {
@@ -728,3 +727,4 @@ int mount_propagation_flags_from_string(const char *name, unsigned long *ret) {
return -EINVAL;
return 0;
}
+#endif // 0