aboutsummaryrefslogtreecommitdiff
path: root/net/openbgpd6/files/patch-src_bgpd_session.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/openbgpd6/files/patch-src_bgpd_session.c')
-rw-r--r--net/openbgpd6/files/patch-src_bgpd_session.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/net/openbgpd6/files/patch-src_bgpd_session.c b/net/openbgpd6/files/patch-src_bgpd_session.c
deleted file mode 100644
index fbb2ecf5b0c4..000000000000
--- a/net/openbgpd6/files/patch-src_bgpd_session.c
+++ /dev/null
@@ -1,18 +0,0 @@
---- src/bgpd/session.c.orig 2020-05-19 09:24:33 UTC
-+++ src/bgpd/session.c
-@@ -100,13 +100,13 @@ void session_template_clone(struct peer *, struct so
- u_int32_t, u_int32_t);
- int session_match_mask(struct peer *, struct bgpd_addr *);
-
--struct bgpd_config *conf, *nconf;
-+static struct bgpd_config *conf, *nconf;
-+struct ctl_conns ctl_conns;
- struct bgpd_sysdep sysdep;
- volatile sig_atomic_t session_quit;
- int pending_reconf;
- int csock = -1, rcsock = -1;
- u_int peer_cnt;
--struct imsgbuf *ibuf_rde;
- struct imsgbuf *ibuf_rde_ctl;
- struct imsgbuf *ibuf_main;
-