From 2c91c74b8849b4cb74c4b6b3b99ef3d26289cdbc Mon Sep 17 00:00:00 2001 From: henning <> Date: Thu, 23 Dec 2004 16:10:10 +0000 Subject: [PATCH] KNF --- src/usr.sbin/ntpd/ntp.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/usr.sbin/ntpd/ntp.c b/src/usr.sbin/ntpd/ntp.c index 2800a535..85fad772 100644 --- a/src/usr.sbin/ntpd/ntp.c +++ b/src/usr.sbin/ntpd/ntp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ntp.c,v 1.45 2004/12/22 05:34:52 henning Exp $ */ +/* $OpenBSD: ntp.c,v 1.46 2004/12/23 16:10:10 henning Exp $ */ /* * Copyright (c) 2003, 2004 Henning Brauer @@ -143,7 +143,6 @@ ntp_main(int pipe_prnt[2], struct ntpd_conf *nconf) b = 1000000000 / tp.tv_nsec; /* convert to Hz */ for (a = 0; b > 1; a--, b >>= 1); conf->status.precision = a; - log_info("ntp engine ready");