chiark
/
gitweb
/
~ianmdlvl
/
elogind.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2bd275b
)
missing: Define EFIVARFS_MAGIC if missing
author
Henrik Grindal Bakken
<hgb@ifi.uio.no>
Thu, 23 Mar 2017 15:02:20 +0000
(16:02 +0100)
committer
Sven Eden
<yamakuzure@gmx.net>
Wed, 30 May 2018 05:49:39 +0000
(07:49 +0200)
src/basic/missing.h
patch
|
blob
|
history
diff --git
a/src/basic/missing.h
b/src/basic/missing.h
index 6d26b174910957c61d90d73011ab11ec5837ac3b..991b30370d13aba652fcd5a16574f6dd7f4657f4 100644
(file)
--- a/
src/basic/missing.h
+++ b/
src/basic/missing.h
@@
-590,6
+590,10
@@
struct btrfs_ioctl_quota_ctl_args {
#define PR_SET_MM_ENV_END 11
#endif
+#ifndef EFIVARFS_MAGIC
+#define EFIVARFS_MAGIC 0xde5e81e4
+#endif
+
#ifndef MAX_HANDLE_SZ
#define MAX_HANDLE_SZ 128
#endif