diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2021-05-23 15:10:48 +0200 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2021-05-23 15:12:25 +0200 |
commit | 037d21f4ad085c17f2f1511461cd80c125564fc2 (patch) | |
tree | ccffa6af8f196918d45d3eda8ce9880418ad7de8 /net/openbgpd6/files/patch-src_bgpd_session.c | |
parent | audio/musicpd: Update to upstream release 0.22.8. (diff) |
net/openbgpd6: update 6.8 -> 6.9
Changes: https://marc.info/?l=openbgpd-users&m=161977120713468&w=2
Diffstat (limited to 'net/openbgpd6/files/patch-src_bgpd_session.c')
-rw-r--r-- | net/openbgpd6/files/patch-src_bgpd_session.c | 18 |
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; - |