From af877d3b2ab576ad1317ee62a47ede3e3e6b73bc Mon Sep 17 00:00:00 2001 From: henning <> Date: Wed, 15 Sep 2004 00:08:06 +0000 Subject: [PATCH] unused variables, theo --- src/usr.sbin/ntpd/ntp.c | 3 +-- src/usr.sbin/ntpd/ntpd.c | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/src/usr.sbin/ntpd/ntp.c b/src/usr.sbin/ntpd/ntp.c index c7a3862a..038ee6fa 100644 --- a/src/usr.sbin/ntpd/ntp.c +++ b/src/usr.sbin/ntpd/ntp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ntp.c,v 1.28 2004/09/15 00:07:20 henning Exp $ */ +/* $OpenBSD: ntp.c,v 1.29 2004/09/15 00:08:06 henning Exp $ */ /* * Copyright (c) 2003, 2004 Henning Brauer @@ -34,7 +34,6 @@ volatile sig_atomic_t ntp_quit = 0; struct imsgbuf ibuf_main; -struct l_fixedpt ref_ts; struct ntpd_conf *conf; u_int peer_cnt; diff --git a/src/usr.sbin/ntpd/ntpd.c b/src/usr.sbin/ntpd/ntpd.c index b7179456..bb8fbb8c 100644 --- a/src/usr.sbin/ntpd/ntpd.c +++ b/src/usr.sbin/ntpd/ntpd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ntpd.c,v 1.14 2004/08/12 16:33:59 henning Exp $ */ +/* $OpenBSD: ntpd.c,v 1.15 2004/09/15 00:08:06 henning Exp $ */ /* * Copyright (c) 2003, 2004 Henning Brauer @@ -40,7 +40,6 @@ int check_child(pid_t, const char *); int dispatch_imsg(void); void ntpd_adjtime(double); -int rfd = -1; volatile sig_atomic_t quit = 0; volatile sig_atomic_t reconfig = 0; volatile sig_atomic_t sigchld = 0;