diff options
author | Xin LI <delphij@FreeBSD.org> | 2016-11-22 06:28:26 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2016-11-22 06:28:26 +0000 |
commit | 01b922f62c559f5778a983c365d390371956a214 (patch) | |
tree | 049e28a52b171cc5b8e7de3275014490471d9eeb /ntpq/ntpq-opts.h | |
parent | 6f73e3f459be43eacfd7662c4e59fba1a872de0e (diff) | |
download | src-01b922f62c559f5778a983c365d390371956a214.tar.gz src-01b922f62c559f5778a983c365d390371956a214.zip |
Vendor import of ntp-4.2.8p9.vendor/ntp/4.2.8p9
Notes
Notes:
svn path=/vendor/ntp/dist/; revision=308954
svn path=/vendor/ntp/4.2.8p9/; revision=308955; tag=vendor/ntp/4.2.8p9
Diffstat (limited to 'ntpq/ntpq-opts.h')
-rw-r--r-- | ntpq/ntpq-opts.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ntpq/ntpq-opts.h b/ntpq/ntpq-opts.h index 03fd3a3ee50a..1f2896fdfd23 100644 --- a/ntpq/ntpq-opts.h +++ b/ntpq/ntpq-opts.h @@ -1,7 +1,7 @@ /* * EDIT THIS FILE WITH CAUTION (ntpq-opts.h) * - * It has been AutoGen-ed June 2, 2016 at 07:37:04 AM by AutoGen 5.18.5 + * It has been AutoGen-ed November 21, 2016 at 08:02:38 AM by AutoGen 5.18.5 * From the definitions ntpq-opts.def * and the template file options * @@ -84,9 +84,9 @@ typedef enum { /** count of all options for ntpq */ #define OPTION_CT 16 /** ntpq version */ -#define NTPQ_VERSION "4.2.8p8" +#define NTPQ_VERSION "4.2.8p9" /** Full ntpq version text */ -#define NTPQ_FULL_VERSION "ntpq 4.2.8p8" +#define NTPQ_FULL_VERSION "ntpq 4.2.8p9" /** * Interface defines for all options. Replace "n" with the UPPER_CASED |