diff options
author | Cy Schubert <cy@FreeBSD.org> | 2019-03-07 13:01:16 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2019-03-07 13:01:16 +0000 |
commit | 360c01464aee3bc4c520898a675f35967db09ac2 (patch) | |
tree | c244e3f6baebbb7d13d8dd0d4ee570773cb3c579 /ntpq/ntpq-opts.h | |
parent | c7f4d2332394d5600fe4e14c530ede36b0ff29b0 (diff) | |
download | src-360c01464aee3bc4c520898a675f35967db09ac2.tar.gz src-360c01464aee3bc4c520898a675f35967db09ac2.zip |
Import 4.2.8p13.vendor/ntp/4.2.8p13
Notes
Notes:
svn path=/vendor/ntp/dist/; revision=344878
svn path=/vendor/ntp/4.2.8p13/; revision=344879; tag=vendor/ntp/4.2.8p13
Diffstat (limited to 'ntpq/ntpq-opts.h')
-rw-r--r-- | ntpq/ntpq-opts.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ntpq/ntpq-opts.h b/ntpq/ntpq-opts.h index 1ff3a0af6dfd..5564ee303d1a 100644 --- a/ntpq/ntpq-opts.h +++ b/ntpq/ntpq-opts.h @@ -1,11 +1,11 @@ /* * EDIT THIS FILE WITH CAUTION (ntpq-opts.h) * - * It has been AutoGen-ed August 14, 2018 at 08:29:47 AM by AutoGen 5.18.5 + * It has been AutoGen-ed February 20, 2019 at 09:56:54 AM by AutoGen 5.18.5 * From the definitions ntpq-opts.def * and the template file options * - * Generated from AutoOpts 41:0:16 templates. + * Generated from AutoOpts 41:1:16 templates. * * AutoOpts is a copyrighted work. This header file is not encumbered * by AutoOpts licensing, but is provided under the licensing terms chosen @@ -53,7 +53,7 @@ * tolerable version is at least as old as what was current when the header * template was released. */ -#define AO_TEMPLATE_VERSION 167936 +#define AO_TEMPLATE_VERSION 167937 #if (AO_TEMPLATE_VERSION < OPTIONS_MINIMUM_VERSION) \ || (AO_TEMPLATE_VERSION > OPTIONS_STRUCT_VERSION) # error option template version mismatches autoopts/options.h header @@ -84,9 +84,9 @@ typedef enum { /** count of all options for ntpq */ #define OPTION_CT 16 /** ntpq version */ -#define NTPQ_VERSION "4.2.8p12" +#define NTPQ_VERSION "4.2.8p13" /** Full ntpq version text */ -#define NTPQ_FULL_VERSION "ntpq 4.2.8p12" +#define NTPQ_FULL_VERSION "ntpq 4.2.8p13" /** * Interface defines for all options. Replace "n" with the UPPER_CASED |