Allow overriding VTABSIZE at compile-time.

Reviewed by:	jilles
Differential Revision:	https://reviews.freebsd.org/D14339
This commit is contained in:
Bryan Drewery 2018-02-13 16:48:57 +00:00
parent 92ddc7b86d
commit 3cdd74bb3c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=329221

View file

@ -71,7 +71,9 @@ __FBSDID("$FreeBSD$");
#endif
#ifndef VTABSIZE
#define VTABSIZE 39
#endif
struct varinit {