diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-07-11 22:39:57 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-07-11 22:39:57 +0200 |
commit | 7e2bb92dcae6ee785ff7462aadc8c369fd93715b (patch) | |
tree | b24a7f80c4a292f77f71dc0990a7397f038fe41a /src/missing.h | |
parent | 2fb1aedaf2493d9598693c123d5e9c168ca1b3c1 (diff) | |
parent | 7cb1094acefff2a89dc842d84eb94a8afcac67fd (diff) |
Merge remote-tracking branch 'harald/master'
Diffstat (limited to 'src/missing.h')
-rw-r--r-- | src/missing.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/missing.h b/src/missing.h index 23ab39e653..a44390074f 100644 --- a/src/missing.h +++ b/src/missing.h @@ -172,4 +172,8 @@ struct btrfs_ioctl_vol_args { #define MS_MOVE 8192 #endif +#ifndef MS_PRIVATE +#define MS_PRIVATE (1 << 18) +#endif + #endif |