chiark / gitweb /
nspawn: define MS_MOVE manually if needed
[elogind.git] / src / missing.h
index ff5dcb40925bb640f9a124cfdde1ee5190616d6b..c0cb3eaea7cf186b18cef8a8df600a9da3e870f0 100644 (file)
@@ -122,4 +122,8 @@ struct btrfs_ioctl_vol_args {
 #define BTRFS_SUPER_MAGIC 0x9123683E
 #endif
 
+#ifndef MS_MOVE
+#define MS_MOVE 8192
+#endif
+
 #endif