Date: Sun, 28 Oct 2001 21:38:45 -0800 (PST) From: Matthew Dillon <dillon@apollo.backplane.com> To: Peter Wemm <peter@wemm.org> Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/dev/streams streams.c Message-ID: <200110290538.f9T5cjI86973@apollo.backplane.com> References: <20011029030021.284F93808@overcee.netplex.com.au>
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 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200110290538.f9T5cjI86973>