X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fbasic%2Fmissing.h;h=71a4489781cf3397c315e0c3ca60ee3f1c567784;hp=b4d7297386c263e58b49403733f32d6402c449d7;hb=084937b3d7c4da3e3c48d05779f8cfbdc39a2ce6;hpb=2a4a438b7c7306da5f698d2247e646263f3c45c0 diff --git a/src/basic/missing.h b/src/basic/missing.h index b4d729738..71a448978 100644 --- a/src/basic/missing.h +++ b/src/basic/missing.h @@ -146,6 +146,10 @@ #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"