diff options
| author | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2001-01-16 12:42:45 +0000 |
|---|---|---|
| committer | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2001-01-16 12:42:45 +0000 |
| commit | 27e1f1b16422dc1508ffc848cfbf39f4589dc6e6 (patch) | |
| tree | 7dc0c6716b737d39ace41ab6213e37f4113808ef | |
| parent | 576bf6563035ef7c2d49c98919b3a453ec47a5b7 (diff) | |
Notes
| -rw-r--r-- | sys/cam/scsi/scsi_low.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/cam/scsi/scsi_low.h b/sys/cam/scsi/scsi_low.h index 0d8f9964a356..8b31b83b225f 100644 --- a/sys/cam/scsi/scsi_low.h +++ b/sys/cam/scsi/scsi_low.h @@ -446,7 +446,7 @@ struct scsi_low_softc { /* interface functions */ struct scsi_low_funcs *sl_funcs; -#if defined(i386) +#if defined(__i386__) u_int sl_irq; /* XXX */ #endif /* i386 */ #ifdef __FreeBSD__ |
