From owner-freebsd-current@FreeBSD.ORG Wed Jul 6 15:37:01 2005 Return-Path: X-Original-To: current@FreeBSD.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BD9E116A41F; Wed, 6 Jul 2005 15:37:01 +0000 (GMT) (envelope-from mich@icommerce.fr) Received: from mail2.itxmarket.com (fw.itxmarket.com [213.11.40.109]) by mx1.FreeBSD.org (Postfix) with ESMTP id EFA9843D4C; Wed, 6 Jul 2005 15:37:00 +0000 (GMT) (envelope-from mich@icommerce.fr) Received: from icommerce.fr (mich2.itxmarket.com [192.168.2.26]) by mail2.itxmarket.com (Postfix) with ESMTP id 8650C1C0834; Wed, 6 Jul 2005 17:36:59 +0200 (CEST) Received: by icommerce.fr (Postfix, from userid 1001) id 78DF822836; Wed, 6 Jul 2005 17:36:59 +0200 (CEST) Date: Wed, 6 Jul 2005 17:36:59 +0200 From: "Michael L. Hostbaek" To: Joe Marcus Clarke Message-ID: <20050706153659.GV3302@mich2.itxmarket.com> Mail-Followup-To: "Michael L. Hostbaek" , Joe Marcus Clarke , current@FreeBSD.org, phk@FreeBSD.org References: <1120539465.3587.19.camel@shumai.marcuscom.com> <1120623729.99631.21.camel@shumai.marcuscom.com> <1120641560.95261.1.camel@shumai.marcuscom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1120641560.95261.1.camel@shumai.marcuscom.com> X-Operating-System: FreeBSD 5.4-STABLE i386 X-PGP-Key: http://www.freebsdcluster.org/~mich/ User-Agent: Mutt/1.5.9i Cc: current@FreeBSD.org, phk@FreeBSD.org Subject: Re: (problem found) grantpt broken on -CURRENT X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Jul 2005 15:37:01 -0000 Joe Marcus Clarke (marcus) writes: > On Wed, 2005-07-06 at 00:22 -0400, Joe Marcus Clarke wrote: > > I created this patch that corrects the problem, but I'm not sure if it's > > the right way to go. Poul-Henning (or anyone) could you have a look and > > let me know if this is okay? I'd really like to see this working again > > in -CURRENT so 6.0 GNOME users will be able to use their sftp shares. > > Thanks. > > > > Oh, and it might be a good idea to make sys/types.h aware of MAXMINOR as > > it still hardcodes the constant. > > Actually, I think the real solution is to reimplement ptsname() using > devname(3) similar to the way ttyname() is done. I confirm that this patch (like the other), also fixes kio_sftp and kdesu on -CURRENT. Thanks ! /mich