Browse Source

tsk, tsk, tsk... the rule is simple: any define consisting of

more than one token MUST be put in parentheses!
OPENBSD_4_0
otto 18 years ago
parent
commit
086410730e
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      src/usr.sbin/ntpd/ntpd.h

+ 3
- 3
src/usr.sbin/ntpd/ntpd.h View File

@ -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 <henning@openbsd.org>
@ -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,


Loading…
Cancel
Save