summaryrefslogtreecommitdiff
path: root/package/mgetty/patches/patch-g3_g3cat_c
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2024-02-13 17:17:40 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2024-02-13 17:53:54 +0100
commit643274c4e5e5533d1553edfdbd3905a4b1f87e50 (patch)
tree7952e39341a348e044404cb6d247b9f5ebbfd9e7 /package/mgetty/patches/patch-g3_g3cat_c
parent24c6d5860ec3eb9cbd9be9a31f3ee4f4faa99436 (diff)
mgetty: mark as broken for now
Diffstat (limited to 'package/mgetty/patches/patch-g3_g3cat_c')
-rw-r--r--package/mgetty/patches/patch-g3_g3cat_c38
1 files changed, 0 insertions, 38 deletions
diff --git a/package/mgetty/patches/patch-g3_g3cat_c b/package/mgetty/patches/patch-g3_g3cat_c
deleted file mode 100644
index 964eea4aa..000000000
--- a/package/mgetty/patches/patch-g3_g3cat_c
+++ /dev/null
@@ -1,38 +0,0 @@
---- mgetty-1.1.36.orig/g3/g3cat.c 2005-02-27 20:03:37.000000000 +0100
-+++ mgetty-1.1.36/g3/g3cat.c 2017-06-03 23:40:23.804404768 +0200
-@@ -44,7 +44,7 @@ static int b_written = 0; /* bytes of a
- /* written */
-
- #ifdef __GNUC__
--inline
-+static inline
- #endif
- void putcode _P2( (code, len), int code, int len )
- {
-@@ -67,7 +67,7 @@ void putcode _P2( (code, len), int code,
- }
-
- #ifdef __GNUC__
--inline
-+static inline
- #endif
- void putwhitespan _P1( (l), int l )
- {
-@@ -98,7 +98,7 @@ void putwhitespan _P1( (l), int l )
- }
-
- #ifdef __GNUC__
--inline
-+static inline
- #endif
- void putblackspan _P1( (l), int l )
- {
-@@ -129,7 +129,7 @@ void putblackspan _P1( (l), int l )
- }
-
- #ifdef __GNUC__
--inline
-+static inline
- #endif
- void puteol _P0( void ) /* write byte-aligned EOL */
- {