mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-16 10:20:30 +00:00
Support 4 of these as default, it only cost us 12 bytes more.
This commit is contained in:
parent
c9cfeed054
commit
487876f437
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=20503
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user