aboutsummaryrefslogtreecommitdiffstats
path: root/testing/efitools/001-datatypes.patch
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2017-10-17 13:58:09 +0300
committerTimo Teräs <timo.teras@iki.fi>2017-10-17 13:58:09 +0300
commitf103544c092c468df9db1eaf6814c60e768456d4 (patch)
tree40385cf2d651522cf40706e0bb33a5cdc1a8ee82 /testing/efitools/001-datatypes.patch
parentbaf678f97803f64ffd10dbcdb6cb65a611ff9543 (diff)
downloadaports-f103544c092c468df9db1eaf6814c60e768456d4.tar.bz2
aports-f103544c092c468df9db1eaf6814c60e768456d4.tar.xz
testing/efitools: new aport
EFI tools https://git.kernel.org/pub/scm/linux/kernel/git/jejb/efitools.git
Diffstat (limited to 'testing/efitools/001-datatypes.patch')
-rw-r--r--testing/efitools/001-datatypes.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/efitools/001-datatypes.patch b/testing/efitools/001-datatypes.patch
new file mode 100644
index 0000000000..a55da69169
--- /dev/null
+++ b/testing/efitools/001-datatypes.patch
@@ -0,0 +1,11 @@
+--- a/lib/asn1/oid.h 2017-03-24 16:04:44.603350102 +0200
++++ b/lib/asn1/oid.h 2017-03-24 19:58:30.876866547 +0200
+@@ -8,6 +8,8 @@
+ #ifndef OID_H_
+ #define OID_H_
+
++#include <sys/types.h>
++
+ typedef struct {
+ u_char octet;
+ u_int next;