From owner-cvs-src@FreeBSD.ORG Sat Oct 30 16:11:16 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 7950B16A4CE; Sat, 30 Oct 2004 16:11:16 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 58FB143D45; Sat, 30 Oct 2004 16:11:16 +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 i9UGBGxs062093; Sat, 30 Oct 2004 16:11:16 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9UGBGYC062092; Sat, 30 Oct 2004 16:11:16 GMT (envelope-from yar) Message-Id: <200410301611.i9UGBGYC062092@repoman.freebsd.org> From: Yar Tikhiy Date: Sat, 30 Oct 2004 16:11:15 +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: Sat, 30 Oct 2004 16:11:16 -0000 yar 2004-10-30 16:11:15 UTC FreeBSD src repository Modified files: libexec/ftpd ftpd.c Log: Describe the semantics of the sgetpwnam() helper function in the comment above it so that nobody will save pointers returned inside "struct passwd" across the calls to the function. Revision Changes Path 1.170 +3 -0 src/libexec/ftpd/ftpd.c