[ntpsec commit] Remove obsolete comment.
Eric S. Raymond
esr at ntpsec.org
Wed Sep 30 15:40:47 UTC 2015
Module: ntpsec
Branch: master
Commit: 0e4ff30de4de9c8adfed296163161b907e3e6533
Changeset: http://git.ntpsec.org/ntpsec/commit/?id=0e4ff30de4de9c8adfed296163161b907e3e6533
Author: Eric S. Raymond <esr at thyrsus.com>
Date: Wed Sep 30 11:02:13 2015 -0400
Remove obsolete comment.
---
util/ntptime.c | 7 -------
1 file changed, 7 deletions(-)
diff --git a/util/ntptime.c b/util/ntptime.c
index 7ea031f..cce8274 100644
--- a/util/ntptime.c
+++ b/util/ntptime.c
@@ -5,9 +5,6 @@
* ntp_gettime() and ntp_adjtime() have been implemented in the kernel.
* If so, each of these routines is called to display current timekeeping
* data.
- *
- * For more information, see the README.kern file in the doc directory
- * of the xntp3 distribution.
*/
#include <config.h>
@@ -76,11 +73,7 @@ main(
{
extern int ntp_optind;
extern char *ntp_optarg;
-#ifdef SUBST_ADJTIMEX
- struct timex ntv;
-#else
struct ntptimeval ntv;
-#endif
struct timeval tv;
struct timex ntx, _ntx;
int times[20];
More information about the vc
mailing list