[Git][NTPsec/ntpsec][master] 2 commits: Address GitLan issue #116: warning in ntp_intercept.c on clang/osx
Eric S. Raymond
gitlab at mg.gitlab.com
Thu Sep 15 10:22:08 UTC 2016
Eric S. Raymond pushed to branch master at NTPsec / ntpsec
Commits:
f968e0fa by Eric S. Raymond at 2016-09-15T06:16:43-04:00
Address GitLan issue #116: warning in ntp_intercept.c on clang/osx
- - - - -
cbb1b894 by Eric S. Raymond at 2016-09-15T06:21:22-04:00
Address GitLab issue #115: Building docs fails on osx
- - - - -
2 changed files:
- INSTALL
- ntpd/ntp_intercept.c
Changes:
=====================================
INSTALL
=====================================
--- a/INSTALL
+++ b/INSTALL
@@ -85,6 +85,11 @@ asciidoc, a2x::
Fedora: asciidoc (Stock CentOS/RHEL has only 8.4.5, you must upgrade)
Debian: asciidoc
+Local copy of DocBook styslesheets:
+ Optional: Prevents documentation build failures when your Internet is down
+ Fedora: docbook-xsl-stylesheets
+ Debian: docbook-xsl
+
liberation::
Optional, improves font quality in ntpviz renderings.
Fedora: liberation
=====================================
ntpd/ntp_intercept.c
=====================================
--- a/ntpd/ntp_intercept.c
+++ b/ntpd/ntp_intercept.c
@@ -744,7 +744,7 @@ int intercept_select(int nfds, fd_set *readfds)
INSIST(space);
colon = strchr(linebuf, ':');
INSIST(colon);
- colon = '\0';
+ *colon = '\0';
nfound = atoi(space + 1);
cursor = colon +1;
FD_ZERO(readfds);
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/compare/bff64f91ed8846cc01f700965bbacdb588a87a70...cbb1b8942e80ecaa0184a24841e6329bf257351c
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ntpsec.org/pipermail/vc/attachments/20160915/959b84ac/attachment.html>
More information about the vc
mailing list