Files
telephony/net/siproxd/patches/020-gcc10.patch
Rosen Penev 73ed049c1a sixproxd: fix compilation with GCC 10
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-07-19 14:55:29 -07:00

12 lines
265 B
Diff

--- a/src/accessctl.c
+++ b/src/accessctl.c
@@ -34,7 +34,7 @@
static char const ident[]="$Id: accessctl.c 521 2015-09-13 08:43:04Z hb9xar $";
/* configuration storage */
-struct siproxd_config configuration;
+extern struct siproxd_config configuration;
/*