diff options
author | Xin LI <delphij@FreeBSD.org> | 2016-12-22 16:19:05 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2016-12-22 16:19:05 +0000 |
commit | b06b7e647fe7b4eefbd29369cf0c24e1902bf72a (patch) | |
tree | d18590df36faea870c6827c64a75516475938e4d /contrib/ntp/include/ntpd.h | |
parent | 8c7ff71d356bdceffa6cd5b5017c65d0d63d9abc (diff) | |
download | src-b06b7e647fe7b4eefbd29369cf0c24e1902bf72a.tar.gz src-b06b7e647fe7b4eefbd29369cf0c24e1902bf72a.zip |
Fix multiple vulnerabilities of ntp.releng/9.3
Approved by: so
Notes
Notes:
svn path=/releng/9.3/; revision=310419
Diffstat (limited to 'contrib/ntp/include/ntpd.h')
-rw-r--r-- | contrib/ntp/include/ntpd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/ntp/include/ntpd.h b/contrib/ntp/include/ntpd.h index 362068c765ed..1f33bf456b2f 100644 --- a/contrib/ntp/include/ntpd.h +++ b/contrib/ntp/include/ntpd.h @@ -483,6 +483,7 @@ extern int sys_bclient; /* we set our time to broadcasts */ extern double sys_bdelay; /* broadcast client default delay */ extern int sys_authenticate; /* requre authentication for config */ extern l_fp sys_authdelay; /* authentication delay */ +extern u_char sys_bcpollbstep; /* broadcast poll backstep gate */ extern u_long sys_epoch; /* last clock update time */ extern keyid_t sys_private; /* private value for session seed */ extern int sys_manycastserver; /* respond to manycast client pkts */ |