diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2004-12-09 20:24:47 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2004-12-09 20:24:47 +0000 |
commit | 96ad82c2a7eba44cb662e05b913636ce3ebefa7a (patch) | |
tree | eeaf059177ccb75288005af59590f6dcc3682660 /usr.sbin/ntpd/ntpd.h | |
parent | fbb0d37c04eef32ceb48fc043de69f6fe2c7080c (diff) |
define TRUSTLEVEL_MAX for the trustedlevel value of 10; henning@ ok
Diffstat (limited to 'usr.sbin/ntpd/ntpd.h')
-rw-r--r-- | usr.sbin/ntpd/ntpd.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/ntpd/ntpd.h b/usr.sbin/ntpd/ntpd.h index 120ecabd0f0..19168fe9578 100644 --- a/usr.sbin/ntpd/ntpd.h +++ b/usr.sbin/ntpd/ntpd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ntpd.h,v 1.46 2004/12/06 20:57:17 mickey Exp $ */ +/* $OpenBSD: ntpd.h,v 1.47 2004/12/09 20:24:46 mickey Exp $ */ /* * Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> @@ -45,6 +45,7 @@ #define TRUSTLEVEL_BADPEER 6 #define TRUSTLEVEL_PATHETIC 2 #define TRUSTLEVEL_AGRESSIVE 8 +#define TRUSTLEVEL_MAX 10 #define QSCALE_OFF_MIN 0.05 #define QSCALE_OFF_MAX 0.50 |