From fa38c351486560a15c2495c8a9922734dd82c64e Mon Sep 17 00:00:00 2001 From: Maxim Sobolev Date: Mon, 27 Oct 2008 06:34:41 +0000 Subject: vm_pnames has no reason to be global. MFC after: 2 weeks --- sys/kern/subr_param.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/kern/subr_param.c') 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 */ -- cgit v1.2.3