diff options
| author | Conrad Meyer <cem@FreeBSD.org> | 2015-07-21 20:30:06 +0000 |
|---|---|---|
| committer | Conrad Meyer <cem@FreeBSD.org> | 2015-07-21 20:30:06 +0000 |
| commit | bcfb2e3dd2857118789264db68c723b0023a131a (patch) | |
| tree | 76980ce6527bb813f47e592f5cc97900cf9fc60f /sys/dev/vt/vt.h | |
| parent | 4027d3d62ad0954e2e64647123ea8c1fe800ac55 (diff) | |
Notes
Diffstat (limited to 'sys/dev/vt/vt.h')
| -rw-r--r-- | sys/dev/vt/vt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/vt/vt.h b/sys/dev/vt/vt.h index bdfcf46808cf6..ee1b3c37f8981 100644 --- a/sys/dev/vt/vt.h +++ b/sys/dev/vt/vt.h @@ -83,7 +83,7 @@ #define ISSIGVALID(sig) ((sig) > 0 && (sig) < NSIG) #define VT_SYSCTL_INT(_name, _default, _descr) \ -static int vt_##_name = (_default); \ +int vt_##_name = (_default); \ SYSCTL_INT(_kern_vt, OID_AUTO, _name, CTLFLAG_RWTUN, &vt_##_name, 0, _descr) struct vt_driver; |
