Support 4 of these as default, it only cost us 12 bytes more.

This commit is contained in:
Poul-Henning Kamp 1996-12-15 11:14:47 +00:00
parent c9cfeed054
commit 487876f437
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=20503

View file

@ -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>