Date: Sun, 23 Feb 2003 11:49:30 -0800 (PST) From: "David E. O'Brien" <obrien@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/mpt mpt_pci.c Message-ID: <200302231949.h1NJnUaG097921@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
obrien 2003/02/23 11:49:30 PST Modified files: sys/dev/mpt mpt_pci.c Log: PAGE_SIZE is unsigned on all our platforms, and is a long on some. So cast to u_long before printing out and use a matching specifier. Tested on: sparc64 Revision Changes Path 1.10 +2 -2 src/sys/dev/mpt/mpt_pci.c 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?200302231949.h1NJnUaG097921>