From 050ea0d6f2fe15c2b3b1a8730889d8b4a6a4b376 Mon Sep 17 00:00:00 2001 From: Matt Jacob Date: Tue, 15 Sep 1998 22:44:51 +0000 Subject: [PATCH] fix reported compile error flying blind- I do not have the new compiler yet --- sys/dev/isp/isp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/dev/isp/isp.c b/sys/dev/isp/isp.c index 86fc8f6e59f..dcfeb5eb4b1 100644 --- a/sys/dev/isp/isp.c +++ b/sys/dev/isp/isp.c @@ -1,4 +1,4 @@ -/* $Id: isp.c,v 1.19 1998/09/14 23:23:47 mjacob Exp $ */ +/* $Id: isp.c,v 1.2 1998/09/15 08:42:55 gibbs Exp $ */ /* * Machine and OS Independent (well, as best as possible) * code for the Qlogic ISP SCSI adapters. @@ -1323,7 +1323,7 @@ isp_intr(arg) PRINTF(" BUT NOT SET"); } } - PRINTF(" XS_ERR=0x%x\n", XS_ERR(xs)); + PRINTF(" XS_ERR=0x%x\n", (unsigned int) XS_ERR(xs)); } ISP_WRITE(isp, INMAILBOX5, optr);