From owner-cvs-all Sun Oct 28 19: 0:46 2001 Delivered-To: cvs-all@freebsd.org Received: from peter3.wemm.org (c1315225-a.plstn1.sfba.home.com [24.14.150.180]) by hub.freebsd.org (Postfix) with ESMTP id 1AFE837B401; Sun, 28 Oct 2001 19:00:26 -0800 (PST) Received: from overcee.netplex.com.au (overcee.wemm.org [10.0.0.3]) by peter3.wemm.org (8.11.0/8.11.0) with ESMTP id f9T30PM55974; Sun, 28 Oct 2001 19:00:25 -0800 (PST) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by overcee.netplex.com.au (Postfix) with ESMTP id 284F93808; Sun, 28 Oct 2001 19:00:21 -0800 (PST) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Matt Dillon Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/streams streams.c In-Reply-To: <200110290122.f9T1MFB34156@freefall.freebsd.org> Date: Sun, 28 Oct 2001 19:00:21 -0800 From: Peter Wemm Message-Id: <20011029030021.284F93808@overcee.netplex.com.au> 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 Matt Dillon wrote: > dillon 2001/10/28 17:22:15 PST > > Modified files: > sys/dev/streams streams.c > Log: > cast dev_t to int in printf to fix warning. This isn't a fix.. dev_t is a pointer, not an integer. A pointer wont fit in an integer on all our platforms. Cheers, -Peter -- Peter Wemm - peter@FreeBSD.org; peter@yahoo-inc.com; peter@netplex.com.au "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message