Date: Sun, 28 Oct 2001 19:00:21 -0800 From: Peter Wemm <peter@wemm.org> To: Matt Dillon <dillon@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/streams streams.c Message-ID: <20011029030021.284F93808@overcee.netplex.com.au> In-Reply-To: <200110290122.f9T1MFB34156@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011029030021.284F93808>