From owner-cvs-all Sun Oct 28 17:54: 1 2001 Delivered-To: cvs-all@freebsd.org Received: from bazooka.trit.org (bazooka.trit.org [63.198.170.138]) by hub.freebsd.org (Postfix) with ESMTP id 4918F37B405; Sun, 28 Oct 2001 17:53:58 -0800 (PST) Received: by bazooka.trit.org (Postfix, from userid 1000) id 8B8EB4049; Mon, 29 Oct 2001 01:53:57 +0000 (UTC) Received: from bazooka (localhost [127.0.0.1]) by bazooka.trit.org (Postfix) with ESMTP id 8A5473C137; Mon, 29 Oct 2001 01:53:57 +0000 (UTC) To: mjacob@feral.com Cc: Matt Dillon , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/streams streams.c In-Reply-To: <20011028172926.R17964-100000@remote>; from mjacob@feral.com on "Sun, 28 Oct 2001 17:31:35 -0800 (PST)" Date: Mon, 29 Oct 2001 01:53:52 +0000 From: Dima Dorfman Message-Id: <20011029015357.8B8EB4049@bazooka.trit.org> 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 Matthew Jacob wrote: > > I don't think that this works. > Isn't dev_t: > > typedef struct specinfo *dev_t; In the kernel, yes. In userland, dev_t is u_int32_t. See types.h (around line 100 in rev. 1.47). To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message