mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
app-crypt/efitools: Fix GCC 15 patch
I included stdbool.h in the wrong place. Closes: https://bugs.gentoo.org/959631 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
This commit is contained in:
parent
e4bb4e13db
commit
9e2bdfed3a
@ -1,20 +1,14 @@
|
||||
https://bugs.gentoo.org/955698
|
||||
https://bugs.gentoo.org/959631
|
||||
|
||||
--- a/lib/asn1/typedefs.h
|
||||
+++ b/lib/asn1/typedefs.h
|
||||
@@ -34,6 +34,7 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdarg.h>
|
||||
+#include <stdbool.h>
|
||||
#include <sys/stat.h>
|
||||
#include <sys/types.h>
|
||||
#include <unistd.h>
|
||||
@@ -52,7 +53,6 @@
|
||||
@@ -52,7 +52,7 @@
|
||||
|
||||
#endif
|
||||
|
||||
-typedef unsigned char bool;
|
||||
+#include <stdbool.h>
|
||||
typedef unsigned int u_int;
|
||||
|
||||
#define DBG1(s...)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user