diff options
Diffstat (limited to 'lib/libsecureboot/efi/include/Guid')
-rw-r--r-- | lib/libsecureboot/efi/include/Guid/GlobalVariable.h | 2 | ||||
-rw-r--r-- | lib/libsecureboot/efi/include/Guid/ImageAuthentication.h | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/lib/libsecureboot/efi/include/Guid/GlobalVariable.h b/lib/libsecureboot/efi/include/Guid/GlobalVariable.h index cef7995e7497..3bd0a815fcf6 100644 --- a/lib/libsecureboot/efi/include/Guid/GlobalVariable.h +++ b/lib/libsecureboot/efi/include/Guid/GlobalVariable.h @@ -15,8 +15,6 @@ #define __GLOBAL_VARIABLE_GUID_H__ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #ifndef EFI_GLOBAL_VARIABLE #define EFI_GLOBAL_VARIABLE \ { \ diff --git a/lib/libsecureboot/efi/include/Guid/ImageAuthentication.h b/lib/libsecureboot/efi/include/Guid/ImageAuthentication.h index c68e5fce205a..b1fc1f54cce1 100644 --- a/lib/libsecureboot/efi/include/Guid/ImageAuthentication.h +++ b/lib/libsecureboot/efi/include/Guid/ImageAuthentication.h @@ -15,8 +15,6 @@ #define __IMAGE_AUTHTICATION_H__ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include <Guid/GlobalVariable.h> #include <Protocol/Hash.h> |