From 086410730e2a8c555fa597663b4902667ac6b1fe Mon Sep 17 00:00:00 2001 From: otto <> Date: Sun, 18 Jun 2006 19:38:11 +0000 Subject: [PATCH] tsk, tsk, tsk... the rule is simple: any define consisting of more than one token MUST be put in parentheses! --- src/usr.sbin/ntpd/ntpd.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/usr.sbin/ntpd/ntpd.h b/src/usr.sbin/ntpd/ntpd.h index 3565102c..cc835ef8 100644 --- a/src/usr.sbin/ntpd/ntpd.h +++ b/src/usr.sbin/ntpd/ntpd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ntpd.h,v 1.72 2006/06/17 18:40:42 otto Exp $ */ +/* $OpenBSD: ntpd.h,v 1.73 2006/06/18 19:38:11 otto Exp $ */ /* * Copyright (c) 2003, 2004 Henning Brauer @@ -61,9 +61,9 @@ #define MAX_FREQUENCY_ADJUST 128e-5 /* max correction per iteration */ -#define SENSOR_DATA_MAXAGE 15*60 +#define SENSOR_DATA_MAXAGE (15*60) #define SENSOR_QUERY_INTERVAL 30 -#define SENSOR_SCAN_INTERVAL 5*60 +#define SENSOR_SCAN_INTERVAL (5*60) enum client_state { STATE_NONE,