Lines Matching +full:2020 +full:- +full:12 +full:- +full:10
3 Date: Wed, 12 Aug 2020 22:31:33 +0200
4 Subject: [PATCH] ui_common.h: fix build with gcc 10
6 Define global variables as extern in header to fix the build with gcc 10
7 which default to -fno-common: https://gcc.gnu.org/gcc-10/porting_to.html
10 - http://autobuild.buildroot.org/results/55a8581f11e776439782c228441ef1c8c1243386
12 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
13 [Upstream status: sent to iftop-users@lists.beasts.org]
14 ---
16 ui_common.h | 10 +++++-----
17 2 files changed, 11 insertions(+), 5 deletions(-)
19 diff --git a/ui_common.c b/ui_common.c
21 --- a/ui_common.c
23 @@ -17,6 +17,12 @@
33 /* 2, 10 and 40 seconds */
36 diff --git a/ui_common.h b/ui_common.h
38 --- a/ui_common.h
40 @@ -33,12 +33,12 @@ typedef struct host_pair_line_tag {
44 -sorted_list_type screen_list;
45 -host_pair_line totals;
46 -int peaksent, peakrecv, peaktotal;
51 -hash_type* screen_hash;
52 -hash_type* service_hash;
58 --