dmidecode/dmidecode-1.176-SMBIOS-2.8-is-supported.patch

21 lines
475 B
Diff
Raw Normal View History

Subject: Bump SUPPORTED_SMBIOS_VER to 0x0208
Upstream: yes, 1.176
Bump SUPPORTED_SMBIOS_VER so that SMBIOS 2.8 implementations don't trigger
a warning.
---
dmidecode.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/dmidecode.c
+++ b/dmidecode.c
@@ -69,7 +69,7 @@
#define out_of_spec "<OUT OF SPEC>"
static const char *bad_index = "<BAD INDEX>";
-#define SUPPORTED_SMBIOS_VER 0x0207
+#define SUPPORTED_SMBIOS_VER 0x0208
/*
* Type-independant Stuff