diff options
author | Lennart Poettering <lennart@poettering.net> | 2016-04-22 18:10:16 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2016-04-25 12:50:06 +0200 |
commit | 88cd066e11aef5dd73b563c1753ad8bf4dfd9f62 (patch) | |
tree | ae8965682a0ca56348a2d1bc7d58d0e86d700f28 /src/basic/missing.h | |
parent | af88764ff8fb64ff0762b0efd8856439c3e77988 (diff) |
nspawn: don't try to patch UIDs/GIDs of procfs and suchlike
Diffstat (limited to 'src/basic/missing.h')
-rw-r--r-- | src/basic/missing.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/basic/missing.h b/src/basic/missing.h index 6616f0b720..b389e94cf7 100644 --- a/src/basic/missing.h +++ b/src/basic/missing.h @@ -445,6 +445,10 @@ struct btrfs_ioctl_quota_ctl_args { #define TMPFS_MAGIC 0x01021994 #endif +#ifndef MQUEUE_MAGIC +#define MQUEUE_MAGIC 0x19800202 +#endif + #ifndef MS_MOVE #define MS_MOVE 8192 #endif |