diff options
-rw-r--r-- | sys/dev/vx/if_vx.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/dev/vx/if_vx.c b/sys/dev/vx/if_vx.c index 83c736c..6125ff8 100644 --- a/sys/dev/vx/if_vx.c +++ b/sys/dev/vx/if_vx.c @@ -55,6 +55,11 @@ #include "vx.h" #if NVX > 0 +#if NVX < 4 /* These cost 4 bytes apiece, so give us 4 */ +#undef NVX +#define NVX 4 +#endif + #include "bpfilter.h" #include <sys/param.h> |