From owner-cvs-all Sun Oct 28 21:39:10 2001 Delivered-To: cvs-all@freebsd.org Received: from apollo.backplane.com (apollo.backplane.com [216.240.41.2]) by hub.freebsd.org (Postfix) with ESMTP id C1CA837B43D; Sun, 28 Oct 2001 21:38:49 -0800 (PST) Received: (from dillon@localhost) by apollo.backplane.com (8.11.6/8.9.1) id f9T5cjI86973; Sun, 28 Oct 2001 21:38:45 -0800 (PST) (envelope-from dillon) Date: Sun, 28 Oct 2001 21:38:45 -0800 (PST) From: Matthew Dillon Message-Id: <200110290538.f9T5cjI86973@apollo.backplane.com> To: Peter Wemm Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/dev/streams streams.c References: <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 It's a debugging printf. If you want to change it to something else be my guest. -Matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message