diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2008-10-27 06:34:41 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2008-10-27 06:34:41 +0000 |
commit | fa38c351486560a15c2495c8a9922734dd82c64e (patch) | |
tree | da2c640aec8c7d85c3d2cdc6cd2441155bb4865c /sys/kern/subr_param.c | |
parent | 7f03c419bc9bec268998c2d2154c0d133a8a6bbc (diff) |
Notes
Diffstat (limited to 'sys/kern/subr_param.c')
-rw-r--r-- | sys/kern/subr_param.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/subr_param.c b/sys/kern/subr_param.c index 138ccbc67982..430657c3afd1 100644 --- a/sys/kern/subr_param.c +++ b/sys/kern/subr_param.c @@ -118,7 +118,7 @@ SYSCTL_ULONG(_kern, OID_AUTO, sgrowsiz, CTLFLAG_RDTUN, &sgrowsiz, 0, */ struct buf *swbuf; -char *vm_pnames[] = { +static char *vm_pnames[] = { "VMware Virtual Platform", /* VMWare VM */ "Virtual Machine", /* Microsoft VirtualPC */ "VirtualBox", /* Sun xVM VirtualBox */ |