From c61bb295f8ecde9a8dfb922aad56c58f1b8008e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Tue, 10 Mar 2026 12:49:49 +0100 Subject: New d/p/0605-man.patch; Remove old patches --- debian/patches/0100-ansi-c.patch | 18 ------------------ 1 file changed, 18 deletions(-) delete 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 deleted file mode 100644 index 9a2345c..0000000 --- a/debian/patches/0100-ansi-c.patch +++ /dev/null @@ -1,18 +0,0 @@ -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