2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00

pullup fixed from 9.3

This commit is contained in:
Mark Andrews
2004-03-16 05:52:24 +00:00
parent 1fa26403d7
commit 28b863e609
38 changed files with 1714 additions and 1454 deletions

View File

@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: entropy.c,v 1.70 2004/03/05 05:11:44 marka Exp $ */
/* $Id: entropy.c,v 1.71 2004/03/16 05:52:21 marka Exp $ */
/*
* This is the system depenedent part of the ISC entropy API.
@@ -189,7 +189,7 @@ get_from_usocketsource(isc_entropysource_t *source, isc_uint32_t desired) {
/*FALLTHROUGH*/
case isc_usocketsource_reading:
if (sz_to_recv != 0) {
if (sz_to_recv != 0U) {
n = recv(fd, buf, sz_to_recv, 0);
if (n < 0) {
if (errno == EWOULDBLOCK ||