diff options
Diffstat (limited to 'debian/patches/05-supported-smbios-ver.patch')
-rw-r--r-- | debian/patches/05-supported-smbios-ver.patch | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/debian/patches/05-supported-smbios-ver.patch b/debian/patches/05-supported-smbios-ver.patch deleted file mode 100644 index 6b4bdd6..0000000 --- a/debian/patches/05-supported-smbios-ver.patch +++ /dev/null @@ -1,16 +0,0 @@ -Description: Change supported smbios version ---- -This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ -Index: trunk/dmidecode.c -=================================================================== ---- trunk.orig/dmidecode.c -+++ trunk/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 |