From owner-cvs-all Fri Mar 8 19:16:45 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A963937B400; Fri, 8 Mar 2002 19:16:41 -0800 (PST) Received: (from green@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g293Gfu63822; Fri, 8 Mar 2002 19:16:41 -0800 (PST) (envelope-from green) Message-Id: <200203090316.g293Gfu63822@freefall.freebsd.org> From: Brian Feldman Date: Fri, 8 Mar 2002 19:16:41 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/gen readpassphrase.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG green 2002/03/08 19:16:41 PST Modified files: lib/libc/gen readpassphrase.c Log: Fix build. I commented out getpass() in readpassphrase.c because the implementation did not match our manpage description (i.e., it could return NULL). I mistakenly thought we were still using getpass.c because, for some reason, CVS never removed it from the tree. Pointy hat received from: alfred Kick in the groin to: CVS Revision Changes Path 1.6 +3 -3 src/lib/libc/gen/readpassphrase.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message