mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
fix reported compile error flying blind- I do not have the new compiler yet
This commit is contained in:
parent
51bd0f3f0d
commit
050ea0d6f2
1 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue