Browse Source

unused variables, theo

OPENBSD_3_7
henning 20 years ago
parent
commit
af877d3b2a
2 changed files with 2 additions and 4 deletions
  1. +1
    -2
      src/usr.sbin/ntpd/ntp.c
  2. +1
    -2
      src/usr.sbin/ntpd/ntpd.c

+ 1
- 2
src/usr.sbin/ntpd/ntp.c View File

@ -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 <henning@openbsd.org>
@ -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;


+ 1
- 2
src/usr.sbin/ntpd/ntpd.c View File

@ -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 <henning@openbsd.org>
@ -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;


Loading…
Cancel
Save