summaryrefslogtreecommitdiff
path: root/net/openntpd/files/patch-src_ntp__dns.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/openntpd/files/patch-src_ntp__dns.c')
-rw-r--r--net/openntpd/files/patch-src_ntp__dns.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/net/openntpd/files/patch-src_ntp__dns.c b/net/openntpd/files/patch-src_ntp__dns.c
deleted file mode 100644
index 9b3f7d770055..000000000000
--- a/net/openntpd/files/patch-src_ntp__dns.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/ntp_dns.c.orig 2017-06-19 13:23:10 UTC
-+++ src/ntp_dns.c
-@@ -33,7 +33,7 @@
- #include "ntpd.h"
-
- volatile sig_atomic_t quit_dns = 0;
--struct imsgbuf *ibuf_dns;
-+static struct imsgbuf *ibuf_dns;
-
- void sighdlr_dns(int);
- int dns_dispatch_imsg(void);