summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/shutdown/umount.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/shutdown/umount.h b/src/shutdown/umount.h
index a4154c9099..6261e719b0 100644
--- a/src/shutdown/umount.h
+++ b/src/shutdown/umount.h
@@ -18,8 +18,8 @@ typedef struct MountPoint {
char *path;
char *remount_options;
unsigned long remount_flags;
- bool try_remount_ro:1;
- bool umount_lazily:1;
+ bool try_remount_ro;
+ bool umount_lazily;
dev_t devnum;
LIST_FIELDS(struct MountPoint, mount_point);
} MountPoint;