Small change to make backporting to stable/7,

thanks to Arnaud Lacombe for suggesting it.
This commit is contained in:
Jack F Vogel 2011-04-28 22:21:53 +00:00
parent 7d74606889
commit efa439f740
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=221187

View File

@ -524,7 +524,7 @@ igb_rx_unrefreshed(struct rx_ring *rxr)
cur |= new; \
}
#if __FreeBSD_version < 800504
#if __FreeBSD_version >= 800000 && __FreeBSD_version < 800504
static __inline int
drbr_needs_enqueue(struct ifnet *ifp, struct buf_ring *br)
{