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:
parent
7f03c419bc
commit
fa38c35148
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=184324
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user