From owner-freebsd-current Wed Sep 16 06:30:44 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA10106 for freebsd-current-outgoing; Wed, 16 Sep 1998 06:30:44 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.15.68.22]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA10050 for ; Wed, 16 Sep 1998 06:30:16 -0700 (PDT) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id XAA06174; Wed, 16 Sep 1998 23:29:50 +1000 Date: Wed, 16 Sep 1998 23:29:50 +1000 From: Bruce Evans Message-Id: <199809161329.XAA06174@godzilla.zeta.org.au> To: current@FreeBSD.ORG, Don.Lewis@tsc.tdk.com, gibbs@plutotech.com Subject: Re: New kernel compile warnings with CAM Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >--- dev/aha/aha.c.orig Tue Sep 15 00:39:52 1998 >+++ dev/aha/aha.c Tue Sep 15 21:13:26 1998 >@@ -1138,7 +1139,7 @@ > csio = &bccb->ccb->csio; > > if ((bccb->flags & BCCB_ACTIVE) == 0) { >- printf("%s: ahadone - Attempt to free non-active BCCB 0x%x\n", >+ printf("%s: ahadone - Attempt to free non-active BCCB %p\n", > aha_name(aha), bccb); > return; > } %p requires a `void *' arg. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message