diff options
| author | Michael Forney <mforney@mforney.org> | 2020-12-07 23:22:26 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2020-12-08 00:44:04 -0800 |
| commit | ce79db6bc2504e866c89dd479224e29cf46f2df6 (patch) | |
| tree | 73fb9ee5ecc67c90c4f4076191780d42f03b549f /pkg/openntpd/patch/0002-Remove-duplicate-definitions.patch | |
| parent | cc7c043292575605419e8e148120c1faf47d7b95 (diff) | |
openntpd: Update to 6.8p1
Diffstat (limited to 'pkg/openntpd/patch/0002-Remove-duplicate-definitions.patch')
| -rw-r--r-- | pkg/openntpd/patch/0002-Remove-duplicate-definitions.patch | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/pkg/openntpd/patch/0002-Remove-duplicate-definitions.patch b/pkg/openntpd/patch/0002-Remove-duplicate-definitions.patch deleted file mode 100644 index 5d88aebb..00000000 --- a/pkg/openntpd/patch/0002-Remove-duplicate-definitions.patch +++ /dev/null @@ -1,38 +0,0 @@ -From 2cb7923eeee6b66e083f52fb2979318a026ff8b5 Mon Sep 17 00:00:00 2001 -From: Michael Forney <mforney@mforney.org> -Date: Sat, 15 Jun 2019 19:42:17 -0700 -Subject: [PATCH] Remove duplicate definitions - ---- - src/ntp.c | 1 - - src/ntp_dns.c | 2 +- - 2 files changed, 1 insertion(+), 2 deletions(-) - -diff --git a/src/ntp.c b/src/ntp.c -index f7a6ede..a3d0036 100644 ---- a/src/ntp.c -+++ b/src/ntp.c -@@ -43,7 +43,6 @@ - volatile sig_atomic_t ntp_quit = 0; - struct imsgbuf *ibuf_main; - struct imsgbuf *ibuf_dns; --struct ntpd_conf *conf; - struct ctl_conns ctl_conns; - u_int peer_cnt; - u_int sensors_cnt; -diff --git a/src/ntp_dns.c b/src/ntp_dns.c -index c194324..694257c 100644 ---- a/src/ntp_dns.c -+++ b/src/ntp_dns.c -@@ -33,7 +33,7 @@ - #include "ntpd.h" - - volatile sig_atomic_t quit_dns = 0; --struct imsgbuf *ibuf_dns; -+extern struct imsgbuf *ibuf_dns; - - void sighdlr_dns(int); - int dns_dispatch_imsg(void); --- -2.20.1 - |
