mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-30 17:23:35 +00: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
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=329221
@ -71,7 +71,9 @@ __FBSDID("$FreeBSD$");
|
||||
#endif
|
||||
|
||||
|
||||
#ifndef VTABSIZE
|
||||
#define VTABSIZE 39
|
||||
#endif
|
||||
|
||||
|
||||
struct varinit {
|
||||
|
Loading…
Reference in New Issue
Block a user