1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00

Fix build: Make forgotten IFNET_MULTIQUEUE to IFNET_BUF_RING

ifdef change.
This commit is contained in:
Andrew Gallatin 2009-04-27 17:24:47 +00:00
parent baf2572c76
commit 950f22e38d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=191567

View File

@ -125,7 +125,7 @@ typedef struct
typedef struct
{
struct mtx mtx;
#ifdef IFNET_MULTIQUEUE
#ifdef IFNET_BUF_RING
struct buf_ring *br;
#endif
volatile mcp_kreq_ether_send_t *lanai; /* lanai ptr for sendq */