From owner-cvs-src@FreeBSD.ORG Fri Jul 30 17:19:09 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 75F8A16A4CE; Fri, 30 Jul 2004 17:19:09 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5501A43D66; Fri, 30 Jul 2004 17:19:09 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6UHIvno092820; Fri, 30 Jul 2004 17:18:57 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6UHIvum092819; Fri, 30 Jul 2004 17:18:57 GMT (envelope-from yar) Message-Id: <200407301718.i6UHIvum092819@repoman.freebsd.org> From: Yar Tikhiy Date: Fri, 30 Jul 2004 17:18:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/libexec/ftpd ftpd.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Jul 2004 17:19:09 -0000 yar 2004-07-30 17:18:57 UTC FreeBSD src repository Modified files: libexec/ftpd ftpd.c Log: Add a comment to explain that the loop around the call to bind(2) is not a hack, but it has a clear purpose. Revision Changes Path 1.157 +9 -0 src/libexec/ftpd/ftpd.c