From 59c0a8975d19d0178b056fd937721589190856f5 Mon Sep 17 00:00:00 2001 From: Kevin Steves Date: Fri, 6 Feb 2009 21:48:01 +0000 Subject: rename a #define to be clearer; no binary change 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 b47857709be..cd182569e8f 100644 --- a/usr.sbin/ntpd/ntpd.h +++ b/usr.sbin/ntpd/ntpd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ntpd.h,v 1.96 2008/09/12 10:46:09 henning Exp $ */ +/* $OpenBSD: ntpd.h,v 1.97 2009/02/06 21:48:00 stevesk Exp $ */ /* * Copyright (c) 2003, 2004 Henning Brauer @@ -55,7 +55,7 @@ #define OFFSET_ARRAY_SIZE 8 #define SENSOR_OFFSETS 7 #define SETTIME_TIMEOUT 15 /* max seconds to wait with -s */ -#define LOG_NEGLIGEE 32 /* negligible drift to not log (ms) */ +#define LOG_NEGLIGIBLE_ADJTIME 32 /* negligible drift to not log (ms) */ #define FREQUENCY_SAMPLES 8 /* samples for est. of permanent drift */ #define MAX_FREQUENCY_ADJUST 128e-5 /* max correction per iteration */ #define REPORT_INTERVAL (24*60*60) /* interval between status reports */ -- cgit v1.2.3