From owner-cvs-all Wed Nov 21 6:16:25 2001 Delivered-To: cvs-all@freebsd.org Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id 90EAD37B417; Wed, 21 Nov 2001 06:16:16 -0800 (PST) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id BAA10893; Thu, 22 Nov 2001 01:16:13 +1100 Date: Thu, 22 Nov 2001 01:14:55 +1100 (EST) From: Bruce Evans X-X-Sender: To: Brian Feldman Cc: , Subject: Re: cvs commit: src/include Makefile readpassphrase.h src/lib/libc/gen Makefile.inc getpass.3 getpass.c readpassphrase.3 readpassphrase.c In-Reply-To: <200111201515.fAKFFhk31551@freefall.freebsd.org> Message-ID: <20011122005803.O9694-100000@delplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 On Tue, 20 Nov 2001, Brian Feldman wrote: > green 2001/11/20 07:15:42 PST > > Modified files: > include Makefile > lib/libc/gen Makefile.inc getpass.3 > Added files: > include readpassphrase.h > lib/libc/gen readpassphrase.3 readpassphrase.c > Removed files: > lib/libc/gen getpass.c > Log: > Introduce readpassphrase(3), a superset of getpass(3). This > comes originally from Todd Miller. > > Obtained from: OpenBSD This seems to break the threads library, since it is missing the FreeBSD changes to getpass.c that changed some syscall names from foo to _foo. readpassphrase() is only a small extension of getpass(), so it should not be in a new file or have lost its original copyright. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message