[Git][NTPsec/ntpsec][master] Address GitLab issue #141: Build fails on osx with python2

Eric S. Raymond gitlab at mg.gitlab.com
Sun Nov 6 10:00:45 UTC 2016


Eric S. Raymond pushed to branch master at NTPsec / ntpsec


Commits:
f1f3c153 by Eric S. Raymond at 2016-11-06T05:00:18-05:00
Address GitLab issue #141: Build fails on osx with python2

This is more meatball surgery, alas.

- - - - -


1 changed file:

- ntpdig/main.c


Changes:

=====================================
ntpdig/main.c
=====================================
--- a/ntpdig/main.c
+++ b/ntpdig/main.c
@@ -310,13 +310,6 @@ ntpdig_main (
 	argc -= optct;
 	argv += optct;
 
-	TRACE(2, ("init_lib() done, %s%s\n",
-		  (ipv4_works)
-		      ? "ipv4_works "
-		      : "",
-		  (ipv6_works)
-		      ? "ipv6_works "
-		      : ""));
 	ntpver = opt_ntpversion;
 	steplimit = opt_steplimit / 1e3;
 	gap.tv_usec = max(0, opt_gap * 1000);



View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/f1f3c153a869e040611499111e905caf4a4ca4bf
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ntpsec.org/pipermail/vc/attachments/20161106/dbdd30bf/attachment.html>


More information about the vc mailing list