From 8410876eb9ece3d3ed29474c5f27369469575876 Mon Sep 17 00:00:00 2001 From: Matt Jacob Date: Fri, 5 Feb 1999 08:49:34 +0000 Subject: quiet the alpha compiler --- sys/cam/scsi/scsi_sa.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/cam') diff --git a/sys/cam/scsi/scsi_sa.c b/sys/cam/scsi/scsi_sa.c index 925971493fa0..7b2ca1c8d05d 100644 --- a/sys/cam/scsi/scsi_sa.c +++ b/sys/cam/scsi/scsi_sa.c @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: scsi_sa.c,v 1.16 1999/01/16 19:20:30 mjacob Exp $ + * $Id: scsi_sa.c,v 1.17 1999/02/05 07:32:52 mjacob Exp $ */ #include @@ -1227,8 +1227,8 @@ saregister(struct cam_periph *periph, void *arg) ((struct sa_quirk_entry *)match)->prefblk; #ifdef CAMDEBUG xpt_print_path(periph->path); - printf("found quirk entry %d\n", - ((struct sa_quirk_entry *) match) - sa_quirk_table); + printf("found quirk entry %d\n", (int) + (((struct sa_quirk_entry *) match) - sa_quirk_table)); #endif } else softc->quirks = SA_QUIRK_NONE; -- cgit v1.3