mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Check __i386__, not i386.
This commit is contained in:
parent
933d455fac
commit
628f1ab931
1 changed files with 1 additions and 1 deletions
|
|
@ -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__
|
||||
|
|
|
|||
Loading…
Reference in a new issue