From ee0c7c1d4fae807a58d7e3fa1b36a63b87133c44 Mon Sep 17 00:00:00 2001 From: mjacob Date: Tue, 15 Sep 1998 22:44:51 +0000 Subject: 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(-) (limited to 'sys/dev/isp/isp.c') diff --git a/sys/dev/isp/isp.c b/sys/dev/isp/isp.c index 86fc8f6..dcfeb5e 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); -- cgit v1.1