Description: support compilation with -fno-common (default in GCC 10) This patch is based on commit 7440dd5 for w_scan2 by Ștefan Talpalaru. . w-scan (20170107-2) unstable; urgency=medium . * Moved VCS to salsa.debian.org * Replaced priority extra with optional * Standards-Version: 4.1.2 Author: Tobias Grimm --- The information above should follow the Patch Tagging Guidelines, please checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here are templates for supplementary fields that you might want to add: Origin: , Bug: Bug-Debian: https://bugs.debian.org/ Bug-Ubuntu: https://launchpad.net/bugs/ Forwarded: Reviewed-By: Last-Update: 2020-11-25 --- w-scan-20170107.orig/si_types.h +++ w-scan-20170107/si_types.h @@ -62,7 +62,7 @@ typedef struct section_buf { time_t running_time; struct section_buf * next_seg; // this is used to handle segmented tables (like NIT-other) pList garbage; -} section_t, * p_section_t; +}; /******************************************************************************* /* service type. @@ -114,7 +114,7 @@ struct service { uint32_t logical_channel_number; uint8_t running; void * priv; -} service_t, * p_service_t; +}; /******************************************************************************* /* transponder type. @@ -201,7 +201,7 @@ struct transponder { /*----------------------------*/ char * network_name; network_change_t network_change; -} __attribute__((packed)) transponder_t, * p_transponder_t; +} __attribute__((packed)); /******************************************************************************* /* satellite channel routing type.