From beeaba90c96877f915e8fd9e460518e01a426f2a Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 28 Apr 2024 11:21:36 +0200 Subject: Adding debian version 3.4-1. Signed-off-by: Daniel Baumann --- debian/patches/0100-ansi-c.patch | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 debian/patches/0100-ansi-c.patch (limited to 'debian/patches/0100-ansi-c.patch') diff --git a/debian/patches/0100-ansi-c.patch b/debian/patches/0100-ansi-c.patch new file mode 100644 index 0000000..9a2345c --- /dev/null +++ b/debian/patches/0100-ansi-c.patch @@ -0,0 +1,18 @@ +Author: Petter Reinholdtsen +Description: + Make sure the code compiles when using -ansi. Renames non-ANSI C 'inline' to + '__inline'. + +Index: trunk/types.h +=================================================================== +--- trunk.orig/types.h ++++ trunk/types.h +@@ -31,7 +31,7 @@ typedef struct { + #endif + + #if defined(ALIGNMENT_WORKAROUND) || defined(BIGENDIAN) +-static inline u64 U64(u32 low, u32 high) ++static __inline u64 U64(u32 low, u32 high) + { + u64 self; + -- cgit v1.2.3