From owner-freebsd-current@FreeBSD.ORG Wed Jul 6 13:29:33 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 2E55B16A41C; Wed, 6 Jul 2005 13:29:33 +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 CD5D543D46; Wed, 6 Jul 2005 13:29:32 +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 8E46B1C0821; Wed, 6 Jul 2005 15:29:31 +0200 (CEST) Received: by icommerce.fr (Postfix, from userid 1001) id 84C2222836; Wed, 6 Jul 2005 15:29:31 +0200 (CEST) Date: Wed, 6 Jul 2005 15:29:31 +0200 From: "Michael L. Hostbaek" To: Joe Marcus Clarke Message-ID: <20050706132931.GQ3302@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> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1120623729.99631.21.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 13:29:33 -0000 Joe Marcus Clarke (marcus) writes: > - vap->va_rdev = dev->si_inode ^ devfs_random(); > + vap->va_rdev = dev->si_drv0; > } Thanks. This also makes kio_sftp and kdesu work again on KDE/CURRENT. Looking in to the other patch right now. /mich