[Git][NTPsec/ntpsec][master] Fix build failure induced by previousv slightly erroneous commit.

Eric S. Raymond gitlab at mg.gitlab.com
Mon Aug 29 11:01:54 UTC 2016


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


Commits:
b2d49763 by Eric S. Raymond at 2016-08-29T06:59:13-04:00
Fix build failure induced by previousv slightly erroneous commit.

There are, as it turns out, disavantages to really fast builds.  You
can miss errors if they scroll by too rapidly...

- - - - -


2 changed files:

- devel/TODO
- ntpd/ntpd.c


Changes:

=====================================
devel/TODO
=====================================
--- a/devel/TODO
+++ b/devel/TODO
@@ -205,7 +205,7 @@ __________
   Requires Perl and Python skills.
 
 * In tests/perl are, apparently, unit tests for old Perl code.
-  Some attempt should be made to salvage these. Requires Perl and
+0  Some attempt should be made to salvage these. Requires Perl and
   Python skills.
 
 // end


=====================================
ntpd/ntpd.c
=====================================
--- a/ntpd/ntpd.c
+++ b/ntpd/ntpd.c
@@ -1035,7 +1035,6 @@ static void mainloop(void)
 					abort();
 				}
 
-				BLOCK_IO_AND_ALARM();
 				freerecvbuf(rbuf);
 				rbuf = get_full_recv_buffer();
 			}
@@ -1090,7 +1089,6 @@ static void mainloop(void)
 # endif /* ENABLE_MDNS_REGISTRATION */
 
 	}
-	UNBLOCK_IO_AND_ALARM();
 }
 
 



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


More information about the vc mailing list