From owner-cvs-all Sat Dec 8 15:46:42 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 26E7437B405; Sat, 8 Dec 2001 15:46:39 -0800 (PST) Received: (from alfred@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB8Nkdb39649; Sat, 8 Dec 2001 15:46:39 -0800 (PST) (envelope-from alfred) Message-Id: <200112082346.fB8Nkdb39649@freefall.freebsd.org> From: Alfred Perlstein Date: Sat, 8 Dec 2001 15:46:39 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/wi if_wi.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alfred 2001/12/08 15:46:39 PST Modified files: sys/dev/wi if_wi.c Log: Replace %i formatting characters with %d since printf(9) doesn't support %i. Someone forgot the long flamefest I lost to add %i to kernel printf. Revision Changes Path 1.68 +1 -1 src/sys/dev/wi/if_wi.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message