diff options
Diffstat (limited to 'sys/dev/usb/if_ruereg.h')
-rw-r--r-- | sys/dev/usb/if_ruereg.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/usb/if_ruereg.h b/sys/dev/usb/if_ruereg.h index ec8b0e6..a12154f 100644 --- a/sys/dev/usb/if_ruereg.h +++ b/sys/dev/usb/if_ruereg.h @@ -223,7 +223,9 @@ struct rue_softc { int rue_if_flags; struct rue_cdata rue_cdata; struct callout_handle rue_stat_ch; +#if __FreeBSD_version >= 500000 struct mtx rue_mtx; +#endif char rue_dying; struct timeval rue_rx_notice; }; |