Check __i386__, not i386.

This commit is contained in:
Yoshihiro Takahashi 2001-01-13 13:21:43 +00:00
parent 933d455fac
commit 628f1ab931

View file

@ -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__