summaryrefslogtreecommitdiff
path: root/net/openntpd/files/patch-src_ntpd.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/openntpd/files/patch-src_ntpd.h')
-rw-r--r--net/openntpd/files/patch-src_ntpd.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/net/openntpd/files/patch-src_ntpd.h b/net/openntpd/files/patch-src_ntpd.h
deleted file mode 100644
index 8e26e4991fcc..000000000000
--- a/net/openntpd/files/patch-src_ntpd.h
+++ /dev/null
@@ -1,17 +0,0 @@
---- src/ntpd.h.orig 2017-10-30 08:57:40 UTC
-+++ src/ntpd.h
-@@ -1,4 +1,4 @@
--/* $OpenBSD: ntpd.h,v 1.135 2017/05/30 23:30:48 benno Exp $ */
-+/* $OpenBSD: ntpd.h,v 1.150 2020/08/30 16:21:29 otto Exp $ */
-
- /*
- * Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org>
-@@ -341,6 +341,8 @@ time_t scale_interval(time_t);
- time_t error_interval(void);
- extern struct ntpd_conf *conf;
- extern struct ctl_conns ctl_conns;
-+
-+#define SCALE_INTERVAL(x) MAXIMUM(5, (x) / 10)
-
- /* parse.y */
- int parse_config(const char *, struct ntpd_conf *);