Codebase list libmawk / b56f497
Drop patch extern-for-gcc-10.patch, present upstream. Debian Janitor 1 year, 2 months ago
3 changed file(s) with 1 addition(s) and 14 deletion(s). Raw diff Collapse all Expand all
00 libmawk (1.0.3-1) UNRELEASED; urgency=low
11
22 * New upstream release.
3 * Drop patch extern-for-gcc-10.patch, present upstream.
34
45 -- Debian Janitor <janitor@jelmer.uk> Wed, 16 Mar 2022 09:55:31 -0000
56
+0
-13
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
00 fix-example-man.patch
1 extern-for-gcc-10.patch