Index: head/net-mgmt/pmacct/files/patch-src_nfacctd.c =================================================================== --- head/net-mgmt/pmacct/files/patch-src_nfacctd.c (nonexistent) +++ head/net-mgmt/pmacct/files/patch-src_nfacctd.c (revision 546101) @@ -0,0 +1,11 @@ +--- src/nfacctd.c.orig 2020-08-24 15:07:56 UTC ++++ src/nfacctd.c +@@ -49,7 +49,7 @@ struct template_cache tpl_cache; + struct host_addr debug_a; + char debug_agent_addr[50]; + u_int16_t debug_agent_port; +-struct channels_list_entry channels_list[MAX_N_PLUGINS]; /* communication channels: core <-> plugins */ ++extern struct channels_list_entry channels_list[MAX_N_PLUGINS]; /* communication channels: core <-> plugins */ + + /* Functions */ + void usage_daemon(char *prog_name) Property changes on: head/net-mgmt/pmacct/files/patch-src_nfacctd.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/net-mgmt/pmacct/files/patch-src_pmacctd.c =================================================================== --- head/net-mgmt/pmacct/files/patch-src_pmacctd.c (nonexistent) +++ head/net-mgmt/pmacct/files/patch-src_pmacctd.c (revision 546101) @@ -0,0 +1,11 @@ +--- src/pmacctd.c.orig 2020-08-24 15:11:03 UTC ++++ src/pmacctd.c +@@ -41,7 +41,7 @@ + #include "jhash.h" + + /* variables to be exported away */ +-struct channels_list_entry channels_list[MAX_N_PLUGINS]; /* communication channels: core <-> plugins */ ++extern struct channels_list_entry channels_list[MAX_N_PLUGINS]; /* communication channels: core <-> plugins */ + + /* Functions */ + void usage_daemon(char *prog_name) Property changes on: head/net-mgmt/pmacct/files/patch-src_pmacctd.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/net-mgmt/pmacct/files/patch-src_pmbgpd.c =================================================================== --- head/net-mgmt/pmacct/files/patch-src_pmbgpd.c (nonexistent) +++ head/net-mgmt/pmacct/files/patch-src_pmbgpd.c (revision 546101) @@ -0,0 +1,11 @@ +--- src/pmbgpd.c.orig 2020-08-24 15:02:08 UTC ++++ src/pmbgpd.c +@@ -35,7 +35,7 @@ + #include "thread_pool.h" + + /* global var */ +-struct channels_list_entry channels_list[MAX_N_PLUGINS]; /* communication channels: core <-> plugins */ ++extern struct channels_list_entry channels_list[MAX_N_PLUGINS]; /* communication channels: core <-> plugins */ + + /* Functions */ + void usage_daemon(char *prog_name) Property changes on: head/net-mgmt/pmacct/files/patch-src_pmbgpd.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/net-mgmt/pmacct/files/patch-src_pmbmpd.c =================================================================== --- head/net-mgmt/pmacct/files/patch-src_pmbmpd.c (nonexistent) +++ head/net-mgmt/pmacct/files/patch-src_pmbmpd.c (revision 546101) @@ -0,0 +1,11 @@ +--- src/pmbmpd.c.orig 2020-08-24 14:59:55 UTC ++++ src/pmbmpd.c +@@ -33,7 +33,7 @@ + #include "net_aggr.h" + + /* global var */ +-struct channels_list_entry channels_list[MAX_N_PLUGINS]; /* communication channels: core <-> plugins */ ++extern struct channels_list_entry channels_list[MAX_N_PLUGINS]; /* communication channels: core <-> plugins */ + + /* Functions */ + void usage_daemon(char *prog_name) Property changes on: head/net-mgmt/pmacct/files/patch-src_pmbmpd.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/net-mgmt/pmacct/files/patch-src_pmtelemetryd.c =================================================================== --- head/net-mgmt/pmacct/files/patch-src_pmtelemetryd.c (nonexistent) +++ head/net-mgmt/pmacct/files/patch-src_pmtelemetryd.c (revision 546101) @@ -0,0 +1,11 @@ +--- src/pmtelemetryd.c.orig 2020-08-24 15:00:31 UTC ++++ src/pmtelemetryd.c +@@ -33,7 +33,7 @@ + #include "net_aggr.h" + + /* global var */ +-struct channels_list_entry channels_list[MAX_N_PLUGINS]; /* communication channels: core <-> plugins */ ++extern struct channels_list_entry channels_list[MAX_N_PLUGINS]; /* communication channels: core <-> plugins */ + + /* Functions */ + void usage_daemon(char *prog_name) Property changes on: head/net-mgmt/pmacct/files/patch-src_pmtelemetryd.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/net-mgmt/pmacct/files/patch-src_sfacctd.c =================================================================== --- head/net-mgmt/pmacct/files/patch-src_sfacctd.c (nonexistent) +++ head/net-mgmt/pmacct/files/patch-src_sfacctd.c (revision 546101) @@ -0,0 +1,11 @@ +--- src/sfacctd.c.orig 2020-08-24 15:09:12 UTC ++++ src/sfacctd.c +@@ -50,7 +50,7 @@ + #endif + + /* variables to be exported away */ +-struct channels_list_entry channels_list[MAX_N_PLUGINS]; /* communication channels: core <-> plugins */ ++extern struct channels_list_entry channels_list[MAX_N_PLUGINS]; /* communication channels: core <-> plugins */ + int sfacctd_counter_backend_methods; + struct bgp_misc_structs *sf_cnt_misc_db; + struct host_addr debug_a; Property changes on: head/net-mgmt/pmacct/files/patch-src_sfacctd.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property