summaryrefslogtreecommitdiff
path: root/debian/patches/0100-ansi-c.patch
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff.email>2026-03-10 19:14:15 +0100
committerJörg Frings-Fürst <debian@jff.email>2026-03-10 19:14:15 +0100
commit27a0bec2c13aa0d5e3bb1d19947218d4e780a067 (patch)
tree33d4186168de7d5c954c12d29534cc19797b5f74 /debian/patches/0100-ansi-c.patch
parent04946f130b152eddfc11b0352de6e99084ce6193 (diff)
parent3a3565140b52ca1ff87c1fa2f604089550d8efcb (diff)
Merge tag 'debian/3.7-1' into developdevelop
New upstream release
Diffstat (limited to 'debian/patches/0100-ansi-c.patch')
-rw-r--r--debian/patches/0100-ansi-c.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/debian/patches/0100-ansi-c.patch b/debian/patches/0100-ansi-c.patch
deleted file mode 100644
index 9a2345c..0000000
--- a/debian/patches/0100-ansi-c.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-Author: Petter Reinholdtsen <pere@hungry.com>
-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;
-