Drop patch extern-for-gcc-10.patch, present upstream.
Debian Janitor
1 year, 2 months ago
0 | 0 |
libmawk (1.0.3-1) UNRELEASED; urgency=low
|
1 | 1 |
|
2 | 2 |
* New upstream release.
|
|
3 |
* Drop patch extern-for-gcc-10.patch, present upstream.
|
3 | 4 |
|
4 | 5 |
-- Debian Janitor <janitor@jelmer.uk> Wed, 16 Mar 2022 09:55:31 -0000
|
5 | 6 |
|
debian/patches/extern-for-gcc-10.patch
less
more
0 | |
diff --git a/src/libmawk/vio_fifo.h b/src/libmawk/vio_fifo.h
|
1 | |
index f170c22..a2d751d 100644
|
2 | |
--- a/src/libmawk/vio_fifo.h
|
3 | |
+++ b/src/libmawk/vio_fifo.h
|
4 | |
@@ -14,7 +14,7 @@ typedef struct mawk_vio_fifo_s {
|
5 | |
int eof_from_app; /* 1 if there won't be more from the app or the app won't accept more data */
|
6 | |
} mawk_vio_fifo_t;
|
7 | |
|
8 | |
-const mawk_vio_imp_t mawk_vio_fifo_imp;
|
9 | |
+extern const mawk_vio_imp_t mawk_vio_fifo_imp;
|
10 | |
|
11 | |
mawk_vio_t *mawk_vio_fifo_open(mawk_state_t *MAWK, const char *name, mawk_vio_open_mode_t mode);
|
12 | |
|
0 | 0 |
fix-example-man.patch
|
1 | |
extern-for-gcc-10.patch
|