diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2020-12-08 16:29:47 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2020-12-08 16:29:47 +0000 |
commit | e049814d7c8b4de4e58b67a5578e1b3867b333d0 (patch) | |
tree | 70ed56a6346ca210e781cc0431988fa8fbf783bd /net/openntpd/files/patch-src_parse.y | |
parent | security/vuxml: Security update to 1.1.1i (diff) |
Update to 6.8p1. This is a large catch-up release.
Configuration changes:
* Servers can be marked as "trusted" to skip constraints processing.
* The -s and -S options are no-ops and will be removed in the future.
http://www.openntpd.org/txt/release-6.8p1.txt
Diffstat (limited to 'net/openntpd/files/patch-src_parse.y')
-rw-r--r-- | net/openntpd/files/patch-src_parse.y | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/net/openntpd/files/patch-src_parse.y b/net/openntpd/files/patch-src_parse.y deleted file mode 100644 index 79da2ead2f49..000000000000 --- a/net/openntpd/files/patch-src_parse.y +++ /dev/null @@ -1,10 +0,0 @@ ---- src/parse.y.orig 2020-08-23 20:10:30 UTC -+++ src/parse.y -@@ -57,7 +57,6 @@ int lgetc(int); - int lungetc(int); - int findeol(void); - --struct ntpd_conf *conf; - struct sockaddr_in query_addr4; - struct sockaddr_in6 query_addr6; - |