summaryrefslogtreecommitdiff
path: root/usr.sbin/ntpd/ntpd.h
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2004-07-07 05:47:58 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2004-07-07 05:47:58 +0000
commitee5df9bcdf48c2b5be526ad3c590e2c1e260d8fc (patch)
treeb90c5f127b6f296371128b20e1dbf4310c21ce7b /usr.sbin/ntpd/ntpd.h
parenta91d8857aaf680db01740f52feaf4f686b64b69b (diff)
do not listen anywhere by default.
listen on * listens, well, everywhere.
Diffstat (limited to 'usr.sbin/ntpd/ntpd.h')
-rw-r--r--usr.sbin/ntpd/ntpd.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/ntpd/ntpd.h b/usr.sbin/ntpd/ntpd.h
index bef5936a174..2f790282104 100644
--- a/usr.sbin/ntpd/ntpd.h
+++ b/usr.sbin/ntpd/ntpd.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ntpd.h,v 1.15 2004/07/07 03:15:37 henning Exp $ */
+/* $OpenBSD: ntpd.h,v 1.16 2004/07/07 05:47:57 henning Exp $ */
/*
* Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org>
@@ -90,6 +90,7 @@ struct ntpd_conf {
TAILQ_HEAD(listen_addrs, listen_addr) listen_addrs;
TAILQ_HEAD(ntp_peers, ntp_peer) ntp_peers;
u_int8_t opts;
+ u_int8_t listen_all;
};
struct buf {