diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2016-06-07 18:44:18 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2016-06-07 18:44:18 +0000 |
commit | 071c1e89c17887adb174a6933a8f241ac326e143 (patch) | |
tree | 4a7c65027ce57badacbda8e0d930a94dda22969f /net/openntpd/files/patch-include_signal.h | |
parent | - Update to 4.3.4 (diff) |
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
Notes
Notes:
svn path=/head/; revision=416520
Diffstat (limited to 'net/openntpd/files/patch-include_signal.h')
-rw-r--r-- | net/openntpd/files/patch-include_signal.h | 10 |
1 files changed, 0 insertions, 10 deletions
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 |