diff options
author | Xin LI <delphij@FreeBSD.org> | 2017-03-23 22:06:06 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2017-03-23 22:06:06 +0000 |
commit | f0574f5cf69e168cc4ea71ebbe5fdec9ec9a3dfe (patch) | |
tree | 5a44dd43906cd42922f6b6003180f916e73b4a19 /usr.sbin/ntp/config.h | |
parent | 961da6389a9ae14e4ca5e4ee61c89bc096230dff (diff) | |
parent | 07ac48c3644021279e113d530764a231e27490a7 (diff) |
Notes
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 2e4c4201ac3d3..3cc4dbd031ad9 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" |