diff options
author | Otto Moerbeek <otto@cvs.openbsd.org> | 2006-06-04 18:58:14 +0000 |
---|---|---|
committer | Otto Moerbeek <otto@cvs.openbsd.org> | 2006-06-04 18:58:14 +0000 |
commit | 1c66d151fe023dba10e9c411c4807b319f4bd0a9 (patch) | |
tree | e1c74289d48ae518f113ba6506d132fde43af0bd /usr.sbin/ntpd/ntpd.h | |
parent | 013a31ba815ec8341d0dc66e450be005d22c1ab9 (diff) |
Only invalidate stored replies if an adjustment was really made.
ok henning@
Diffstat (limited to 'usr.sbin/ntpd/ntpd.h')
-rw-r--r-- | usr.sbin/ntpd/ntpd.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ntpd/ntpd.h b/usr.sbin/ntpd/ntpd.h index 788b39358fd..ec7c0a7d2d4 100644 --- a/usr.sbin/ntpd/ntpd.h +++ b/usr.sbin/ntpd/ntpd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ntpd.h,v 1.69 2006/05/28 20:39:16 henning Exp $ */ +/* $OpenBSD: ntpd.h,v 1.70 2006/06/04 18:58:13 otto Exp $ */ /* * Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> @@ -241,7 +241,7 @@ void imsg_free(struct imsg *); /* ntp.c */ pid_t ntp_main(int[2], struct ntpd_conf *); -void priv_adjtime(void); +int priv_adjtime(void); void priv_settime(double); void priv_host_dns(char *, u_int32_t); |