mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Allow overriding VTABSIZE at compile-time.
Reviewed by: jilles Differential Revision: https://reviews.freebsd.org/D14339
This commit is contained in:
parent
92ddc7b86d
commit
3cdd74bb3c
1 changed files with 2 additions and 0 deletions
|
|
@ -71,7 +71,9 @@ __FBSDID("$FreeBSD$");
|
|||
#endif
|
||||
|
||||
|
||||
#ifndef VTABSIZE
|
||||
#define VTABSIZE 39
|
||||
#endif
|
||||
|
||||
|
||||
struct varinit {
|
||||
|
|
|
|||
Loading…
Reference in a new issue