1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-06 13:09:50 +00:00

vm_pnames has no reason to be global.

MFC after:	2 weeks
This commit is contained in:
Maxim Sobolev 2008-10-27 06:34:41 +00:00
parent 7f03c419bc
commit fa38c35148
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=184324

View File

@ -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 */