diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-09-28 13:05:16 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-09-28 13:05:16 +0200 |
commit | b4c9a9942c9ca4927832fdbabd50d803caf875cf (patch) | |
tree | 58c1f3589320d25ef516533a35232bed1eed7cdb /debian/patches/05-supported-smbios-ver.patch | |
parent | c86ea762ab8845450ed8e142a11848b5f42f5863 (diff) |
Refresh patches
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 |