mirror of
https://git.freebsd.org/ports.git
synced 2025-06-30 09:00:33 -04:00
Set of utilities for managing UEFI Secure Boot signatures. Sponsored by: The FreeBSD Foundation
12 lines
272 B
C
12 lines
272 B
C
--- src/image.h.orig 2015-01-15 19:43:49.000000000 +0100
|
|
+++ src/image.h 2015-01-15 19:49:04.000000000 +0100
|
|
@@ -34,6 +34,9 @@
|
|
|
|
#include <stdint.h>
|
|
|
|
+#define ATTRIBUTE_UNUSED __unused
|
|
+#define ENUM_BITFIELD(X) enum X
|
|
+
|
|
#include <bfd.h>
|
|
#define DO_NOT_DEFINE_LINENO
|
|
|