]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
silence compiler
authorMark Andrews <marka@isc.org>
Tue, 18 Feb 2003 07:28:41 +0000 (07:28 +0000)
committerMark Andrews <marka@isc.org>
Tue, 18 Feb 2003 07:28:41 +0000 (07:28 +0000)
lib/isc/unix/socket.c

index e9141119b957b5e8147ca69f456c1b8a5a0ddee9..8e19b993e108e11a649db53d4f8fc6de748db64c 100644 (file)
@@ -15,7 +15,7 @@
  * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: socket.c,v 1.207.2.14.4.1 2003/02/18 06:02:47 marka Exp $ */
+/* $Id: socket.c,v 1.207.2.14.4.2 2003/02/18 07:28:41 marka Exp $ */
 
 #include <config.h>
 
@@ -2007,7 +2007,7 @@ process_fds(isc_socketmgr_t *manager, int maxfd,
        isc_socket_t *sock;
        isc_boolean_t unlock_sock;
 
-       REQUIRE(maxfd <= FD_SETSIZE);
+       REQUIRE(maxfd <= (int)FD_SETSIZE);
 
        /*
         * Process read/writes on other fds here.  Avoid locking