From 071c1e89c17887adb174a6933a8f241ac326e143 Mon Sep 17 00:00:00 2001 From: Christian Weisgerber Date: Tue, 7 Jun 2016 18:44:18 +0000 Subject: Update to 6.0p1. Notable fixes: * Set MOD_MAXERROR to avoid unsynced time status when using ntp_adjtime. * Hardened TLS for ntpd constraints, enabling server name verification. PR: 210056 --- net/openntpd/files/patch-include_signal.h | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 net/openntpd/files/patch-include_signal.h (limited to 'net/openntpd/files/patch-include_signal.h') diff --git a/net/openntpd/files/patch-include_signal.h b/net/openntpd/files/patch-include_signal.h deleted file mode 100644 index 703a6cbc2da6..000000000000 --- a/net/openntpd/files/patch-include_signal.h +++ /dev/null @@ -1,10 +0,0 @@ ---- include/signal.h.orig 2015-05-04 09:54:32 UTC -+++ include/signal.h -@@ -8,3 +8,7 @@ - #ifndef SIGINFO - #define SIGINFO SIGUSR1 - #endif -+ -+#ifndef _NSIG -+#define _NSIG NSIG -+#endif -- cgit v1.2.3