mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 00:51:24 +03:00
missing: Define SMACK_MAGIC if it's missing
This commit is contained in:
parent
cacc0d7a78
commit
8cbe9f06f4
@ -589,6 +589,10 @@ struct btrfs_ioctl_quota_ctl_args {
|
||||
#define EFIVARFS_MAGIC 0xde5e81e4
|
||||
#endif
|
||||
|
||||
#ifndef SMACK_MAGIC
|
||||
#define SMACK_MAGIC 0x43415d53
|
||||
#endif
|
||||
|
||||
#ifndef MAX_HANDLE_SZ
|
||||
#define MAX_HANDLE_SZ 128
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user