Browse Source

correct leap indicator mask; ok henning@

OPENBSD_3_6
alexander 20 years ago
parent
commit
86d8c45421
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/usr.sbin/ntpd/ntp.h

+ 2
- 2
src/usr.sbin/ntpd/ntp.h View File

@ -1,4 +1,4 @@
/* $OpenBSD: ntp.h,v 1.7 2004/07/04 22:24:20 henning Exp $ */
/* $OpenBSD: ntp.h,v 1.8 2004/07/10 22:04:22 alexander Exp $ */
/*
* Copyright (c) 2004 Henning Brauer <henning@openbsd.org>
@ -128,7 +128,7 @@ struct ntp_query {
*/
#define MODEMASK (7 << 0)
#define VERSIONMASK (7 << 3)
#define LIMASK (2 << 6)
#define LIMASK (3 << 6)
/*
* Mode values


Loading…
Cancel
Save