From 1c66d151fe023dba10e9c411c4807b319f4bd0a9 Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Sun, 4 Jun 2006 18:58:14 +0000 Subject: Only invalidate stored replies if an adjustment was really made. ok henning@ --- usr.sbin/ntpd/ntpd.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.sbin/ntpd/ntpd.h') 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 @@ -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); -- cgit v1.2.3