From owner-cvs-all Mon Nov 9 00:08:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA25559 for cvs-all-outgoing; Mon, 9 Nov 1998 00:08:08 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA25553; Mon, 9 Nov 1998 00:08:05 -0800 (PST) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA11302; Mon, 9 Nov 1998 00:08:07 -0800 (PST) Date: Mon, 9 Nov 1998 00:08:07 -0800 (PST) Message-Id: <199811090808.AAA11302@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/pci pci.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk 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