summaryrefslogtreecommitdiff
path: root/net-proxy/squirm/files/squirm-1.26-fno-common.patch
blob: 01e6b25f59d1f101b92ec8edce6f512331776331 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
https://bugs.gentoo.org/709648
--- a/lists.c
+++ b/lists.c
@@ -38,6 +38,8 @@
 
 
 extern int dodo_mode;
+struct pattern_file *pattern_head;
+struct subnet_block *subnet_head;
 
 
 void init_lists(void)
--- a/lists.h
+++ b/lists.h
@@ -45,8 +45,8 @@
 
 
 /* the two chief lists */
-struct subnet_block *subnet_head;
-struct pattern_file *pattern_head;
+extern struct subnet_block *subnet_head;
+extern struct pattern_file *pattern_head;