silence signed/unsigned warning hpux

This commit is contained in:
Mark Andrews
2010-08-24 01:00:31 +00:00
parent 512d7c315f
commit b5fd149e7e

View File

@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: server.c,v 1.582 2010/08/20 00:13:26 marka Exp $ */
/* $Id: server.c,v 1.583 2010/08/24 01:00:31 marka Exp $ */
/*! \file */
@@ -6942,7 +6942,7 @@ ns_server_del_zone(ns_server_t *server, char *args) {
/* Just spool the remainder of the file out */
result = isc_stdio_read(buf, 1, 1024, ifp, &n);
while (n > 0) {
while (n > 0U) {
if (result == ISC_R_EOF)
result = ISC_R_SUCCESS;
CHECK(result);