Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Sep 1998 23:29:50 +1000
From:      Bruce Evans <bde@zeta.org.au>
To:        current@FreeBSD.ORG, Don.Lewis@tsc.tdk.com, gibbs@plutotech.com
Subject:   Re: New kernel compile warnings with CAM
Message-ID:  <199809161329.XAA06174@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>--- 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199809161329.XAA06174>