From b618c3d0693aec564c6746238fd05d94e31d3b76 Mon Sep 17 00:00:00 2001 From: Parabola Date: Tue, 3 Apr 2012 14:54:55 +0000 Subject: Tue Apr 3 14:54:45 UTC 2012 --- community/openntpd/sync_fix_with_adjtime.patch | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 community/openntpd/sync_fix_with_adjtime.patch (limited to 'community/openntpd') diff --git a/community/openntpd/sync_fix_with_adjtime.patch b/community/openntpd/sync_fix_with_adjtime.patch deleted file mode 100644 index 4b9956b6d..000000000 --- a/community/openntpd/sync_fix_with_adjtime.patch +++ /dev/null @@ -1,24 +0,0 @@ -Index: ntp.c -=================================================================== -RCS file: /storage/1/mirror/openbsd/src/usr.sbin/ntpd/ntp.c,v -retrieving revision 1.91 -diff -u -r1.91 ntp.c ---- ntp.c 1 Jul 2006 18:52:46 -0000 1.91 -+++ ntp.c 15 Jul 2006 07:50:05 -0000 -@@ -1,4 +1,4 @@ --/* $OpenBSD: ntp.c,v 1.91 2006-07-01 18:52:46 otto Exp $ */ -+/* $OpenBSD: ntp.c,v 1.91 2006/07/01 18:52:46 otto Exp $ */ - - /* - * Copyright (c) 2003, 2004 Henning Brauer <[EMAIL PROTECTED]> -@@ -315,8 +315,10 @@ - for (s = TAILQ_FIRST(&conf->ntp_sensors); s != NULL; - s = next_s) { - next_s = TAILQ_NEXT(s, entry); -- if (s->next <= time(NULL)) -+ if (s->next <= time(NULL)) { - sensor_query(s); -+ priv_adjtime(); -+ } - } - } -- cgit v1.2.3-54-g00ecf