summaryrefslogtreecommitdiff
path: root/net/openbgpd6/files/patch-src_bgpd_session.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/openbgpd6/files/patch-src_bgpd_session.h')
-rw-r--r--net/openbgpd6/files/patch-src_bgpd_session.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/net/openbgpd6/files/patch-src_bgpd_session.h b/net/openbgpd6/files/patch-src_bgpd_session.h
deleted file mode 100644
index 9fbb480caf01..000000000000
--- a/net/openbgpd6/files/patch-src_bgpd_session.h
+++ /dev/null
@@ -1,20 +0,0 @@
---- src/bgpd/session.h.orig 2020-05-18 19:17:41 UTC
-+++ src/bgpd/session.h
-@@ -18,6 +18,7 @@
-
- #include <sys/types.h>
- #include <sys/socket.h>
-+#include <sys/queue.h>
- #include <time.h>
-
- #define MAX_BACKLOG 5
-@@ -146,7 +147,8 @@ struct ctl_conn {
- int terminate;
- };
-
--TAILQ_HEAD(ctl_conns, ctl_conn) ctl_conns;
-+TAILQ_HEAD(ctl_conns, ctl_conn);
-+extern struct ctl_conns ctl_conns;
-
- struct peer_stats {
- unsigned long long msg_rcvd_open;