chiark / gitweb /
nspawn: support ephemeral boots from images
[elogind.git] / src / basic / missing.h
index b4d7297386c263e58b49403733f32d6402c449d7..71a4489781cf3397c315e0c3ca60ee3f1c567784 100644 (file)
 #define GRND_RANDOM 0x0002
 #endif
 
+#ifndef FS_NOCOW_FL
+#define FS_NOCOW_FL 0x00800000
+#endif
+
 #ifndef BTRFS_IOCTL_MAGIC
 #define BTRFS_IOCTL_MAGIC 0x94
 #endif
@@ -1114,4 +1118,8 @@ struct ethtool_link_settings {
 
 #endif
 
+#ifndef SOL_ALG
+#define SOL_ALG 279
+#endif
+
 #include "missing_syscall.h"