diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2004-12-23 16:10:11 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2004-12-23 16:10:11 +0000 |
commit | 6bda26cf25b330ed55caab77ea25152ed8030273 (patch) | |
tree | c994b72b39d665d8b2f1975c56c9cee7f486cca0 /usr.sbin/ntpd | |
parent | dd81ccf99f9e69419caa2f6f43edbf619a182125 (diff) |
KNF
Diffstat (limited to 'usr.sbin/ntpd')
-rw-r--r-- | usr.sbin/ntpd/ntp.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/ntpd/ntp.c b/usr.sbin/ntpd/ntp.c index 2800a535063..85fad772fa4 100644 --- a/usr.sbin/ntpd/ntp.c +++ b/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 <henning@openbsd.org> @@ -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"); |