From f2aaae610229ed38718553ea2d0e2b8d9d5cd07c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 15 May 2016 13:41:41 +0200 Subject: Add recommended patches --- debian/patches/01-ansi-c.patch | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 debian/patches/01-ansi-c.patch (limited to 'debian/patches/01-ansi-c.patch') diff --git a/debian/patches/01-ansi-c.patch b/debian/patches/01-ansi-c.patch deleted file mode 100644 index fecd6bb..0000000 --- a/debian/patches/01-ansi-c.patch +++ /dev/null @@ -1,17 +0,0 @@ -Author: Petter Reinholdtsen -Description: - Make sure the code compiles when using -ansi. Renames non-ANSI C 'inline' to - '__inline'. - -diff -Naurp dmidecode.orig/types.h dmidecode/types.h ---- dmidecode.orig/types.h 2011-09-27 17:09:22.211059414 +0200 -+++ dmidecode/types.h 2011-09-27 17:21:35.362694344 +0200 -@@ -32,7 +32,7 @@ typedef struct { - #endif - - #ifdef ALIGNMENT_WORKAROUND --static inline u64 U64(u32 low, u32 high) -+static __inline u64 U64(u32 low, u32 high) - { - u64 self; - -- cgit v1.2.3