[ntpsec commit] Remove _clr_adjtime call() from systime.c...

Eric S. Raymond esr at ntpsec.org
Sat Oct 3 10:31:06 UTC 2015


Module:    ntpsec
Branch:    master
Commit:    b8f4fc6f958d7631ab37e30844734e62356a5452
Changeset: http://git.ntpsec.org/ntpsec/commit/?id=b8f4fc6f958d7631ab37e30844734e62356a5452

Author:    Eric S. Raymond <esr at thyrsus.com>
Date:      Sat Oct  3 06:25:03 2015 -0400

Remove _clr_adjtime call() from systime.c...

...the xntp3-5.89 release announcement tells us it is a "Bugfix for
pre-HPUX-10 systems". 10.0 shipped in 1995 and was itself very much
pre-POSIX.

---

 libntp/systime.c | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/libntp/systime.c b/libntp/systime.c
index 00a4607..e6037b9 100644
--- a/libntp/systime.c
+++ b/libntp/systime.c
@@ -477,13 +477,6 @@ step_systime(
 	if (step_callback)
 		(*step_callback)();
 
-#ifdef NEED_HPUX_ADJTIME
-	/*
-	 * CHECKME: is this correct when called by ntpdate?????
-	 */
-	_clear_adjtime();
-#endif
-
 	/*
 	 * FreeBSD, for example, has:
 	 * struct utmp {



More information about the vc mailing list