diff options
author | Renato Botelho <renato@netgate.com> | 2017-04-26 17:58:09 -0300 |
---|---|---|
committer | Renato Botelho <renato@netgate.com> | 2017-04-26 17:58:09 -0300 |
commit | 07324460536d4fea98778edbb99e88f512dd3a6c (patch) | |
tree | 7abe9cde8c3df456554a2e29b40a39ffd4a1e9c0 /usr.sbin/ntp/config.h | |
parent | 1d2c919ef6b6d7b9e78890cea95a129a17d61930 (diff) | |
parent | b8126de23e957978b4d0403097cd8402f0c1d82a (diff) | |
download | FreeBSD-src-07324460536d4fea98778edbb99e88f512dd3a6c.zip FreeBSD-src-07324460536d4fea98778edbb99e88f512dd3a6c.tar.gz |
Merge remote-tracking branch 'origin/releng/10.3' into RELENG_2_3
Diffstat (limited to 'usr.sbin/ntp/config.h')
-rw-r--r-- | usr.sbin/ntp/config.h | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/usr.sbin/ntp/config.h b/usr.sbin/ntp/config.h index 8e153bc..baaeff4 100644 --- a/usr.sbin/ntp/config.h +++ b/usr.sbin/ntp/config.h @@ -1344,8 +1344,7 @@ /* Should we align with the NIST lockclock scheme? */ /* #undef LOCKCLOCK */ -/* Define to the sub-directory in which libtool stores uninstalled libraries. - */ +/* Define to the sub-directory where libtool stores uninstalled libraries. */ #define LT_OBJDIR ".libs/" /* Does the target support multicast IP? */ @@ -1449,7 +1448,7 @@ #define PACKAGE_NAME "ntp" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "ntp 4.2.8p9" +#define PACKAGE_STRING "ntp 4.2.8p10" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "ntp" @@ -1458,7 +1457,7 @@ #define PACKAGE_URL "http://www.ntp.org./" /* Define to the version of this package. */ -#define PACKAGE_VERSION "4.2.8p9" +#define PACKAGE_VERSION "4.2.8p10" /* data dir */ #define PERLLIBDIR "/usr/local/share/ntp/lib" @@ -1639,7 +1638,7 @@ typedef unsigned int uintptr_t; /* #undef USE_UDP_SIGPOLL */ /* Version number of package */ -#define VERSION "4.2.8p9" +#define VERSION "4.2.8p10" /* vsnprintf expands "%m" to strerror(errno) */ /* #undef VSNPRINTF_PERCENT_M */ @@ -1816,5 +1815,5 @@ typedef union mpinfou { /* * FreeBSD specific: Explicitly specify date/time for reproducible build. */ -#define MKREPRO_DATE "Nov 22 2016" -#define MKREPRO_TIME "06:54:45" +#define MKREPRO_DATE "Mar 22 2017" +#define MKREPRO_TIME "05:40:15" |