summaryrefslogtreecommitdiff
path: root/app-crypt/efitools/files/1.9.2-gcc15.patch
blob: 0a73f12eca28dbbe013c107273313f10d45af793 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
https://bugs.gentoo.org/955698
https://bugs.gentoo.org/959631

--- a/lib/asn1/typedefs.h
+++ b/lib/asn1/typedefs.h
@@ -52,7 +52,7 @@
 
 #endif
 
-typedef unsigned char bool;
+#include <stdbool.h>
 typedef unsigned int u_int;
 
 #define DBG1(s...)