From: Automatic Updater Date: Thu, 7 Aug 2008 23:47:34 +0000 (+0000) Subject: update copyright notice X-Git-Tag: v9.3.6b1~36^2~39 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=13caac5ff814f6a6737ca6a8fc0f1681263c4d63;p=thirdparty%2Fbind9.git update copyright notice --- diff --git a/lib/isc/unix/socket.c b/lib/isc/unix/socket.c index 45242c38845..975c707b031 100644 --- a/lib/isc/unix/socket.c +++ b/lib/isc/unix/socket.c @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: socket.c,v 1.296 2008/08/07 21:28:13 jinmei Exp $ */ +/* $Id: socket.c,v 1.297 2008/08/07 23:47:34 tbox Exp $ */ /*! \file */ @@ -119,7 +119,7 @@ struct isc_socketwait { * The API standard doesn't ensure select() accept more than (the system default * of) FD_SETSIZE descriptors, and the default size should in fact be fine in * the vast majority of cases. This constant should therefore be increased only - * when absolutely necessary and possible, i.e., the server is exhausting all + * when absolutely necessary and possible, i.e., the server is exhausting all * available file descriptors (up to FD_SETSIZE) and the select() function * and FD_xxx macros support larger values than FD_SETSIZE (which may not * always by true, but we keep using some of them to ensure as much