Date: Mon, 9 Nov 1998 00:08:07 -0800 (PST) From: Peter Wemm <peter@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/pci pci.c Message-ID: <199811090808.AAA11302@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
peter 1998/11/09 00:08:07 PST Modified files: sys/pci pci.c Log: s/%#p/%p/ to fix a warning. This looks like a leftover of once being %#x, which causes a leading 0x to be prepended. %p has this by default and the '#' is ignored by the kernel prinf code for %p. Revision Changes Path 1.91 +3 -3 src/sys/pci/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?199811090808.AAA11302>