From 487876f4374a68d6767c242758ae7a79c79543a3 Mon Sep 17 00:00:00 2001 From: Poul-Henning Kamp Date: Sun, 15 Dec 1996 11:14:47 +0000 Subject: Support 4 of these as default, it only cost us 12 bytes more. --- sys/dev/vx/if_vx.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'sys/dev') diff --git a/sys/dev/vx/if_vx.c b/sys/dev/vx/if_vx.c index 83c736c23fb5..6125ff8ddce9 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 -- cgit v1.3