1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-06-30 09:00:33 -04:00
ports/sysutils/sbsigntool/files/patch-src-image.h
Edward Tomasz Napierala 6db4bdcb5a New port: sysutils/sbsigntool
Set of utilities for managing UEFI Secure Boot signatures.

Sponsored by:	The FreeBSD Foundation
2015-01-15 19:54:16 +00:00

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