]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
The "SYSCTL_INT()" default value is only used for read only SYSCTLs
authorHans Petter Selasky <hselasky@FreeBSD.org>
Fri, 8 May 2015 16:37:40 +0000 (16:37 +0000)
committerHans Petter Selasky <hselasky@FreeBSD.org>
Fri, 8 May 2015 16:37:40 +0000 (16:37 +0000)
commite4a5ee711a691dde471bdceb3717a091450003db
treef4f92c6edb7f32d4400f3f709f4a64103de7c0d1
parent4ee69cc7127e7304873e075b7dc677c9792dde69
The "SYSCTL_INT()" default value is only used for read only SYSCTLs
and is not applicable unless the integer pointer is NULL. Set it to
zero to avoid confusion. While at it remove extra semicolon at the end
of the "VT_SYSCTL_INT()" macro.

MFC after: 1 week
sys/dev/vt/vt.h