From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KVQkn-0000v2-PJ for qemu-devel@nongnu.org; Tue, 19 Aug 2008 08:56:05 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KVQkl-0000tT-Tk for qemu-devel@nongnu.org; Tue, 19 Aug 2008 08:56:05 -0400 Received: from [199.232.76.173] (port=57050 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KVQkl-0000tE-Nm for qemu-devel@nongnu.org; Tue, 19 Aug 2008 08:56:03 -0400 Received: from smtp.eu.citrix.com ([62.200.22.115]:54035) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KVQkl-00047t-Kw for qemu-devel@nongnu.org; Tue, 19 Aug 2008 08:56:03 -0400 Received: from samy by implementation.famille.thibault.fr with local (Exim 4.69) (envelope-from ) id 1KVQkb-0002p0-7v for qemu-devel@nongnu.org; Tue, 19 Aug 2008 14:55:53 +0200 Date: Tue, 19 Aug 2008 13:55:53 +0100 From: Samuel Thibault Subject: Re: [Qemu-devel] pty/tty functions for BSD too Message-ID: <20080819125553.GN4506@implementation.uk.xensource.com> References: <20080819103337.GB2484@mx.loc> <3170595319-BeMail@laptop> <20080819114029.GD2484@mx.loc> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20080819114029.GD2484@mx.loc> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Bernhard Reutner-Fischer, le Tue 19 Aug 2008 13:40:29 +0200, a écrit : > A libc that is POSIX.1-2001 compliant has to provide posix_openpt() > anyway, thus it doesn't make too much sense to use the non-standard > getpt() but i guess nobody cared enough to adjust glibc yet. Err, glibc does have posix_openpt, in getpt.c Samuel