From: John Wolfe Date: Mon, 7 Feb 2022 17:40:00 +0000 (-0800) Subject: Common header file change not applicable to open-vm-tools. X-Git-Tag: stable-12.1.0~151 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=75f3a3e2e6b4cfec157c02e8f06e5ac139ad98cc;p=thirdparty%2Fopen-vm-tools.git Common header file change not applicable to open-vm-tools. --- diff --git a/open-vm-tools/lib/include/guest_os_tables.h b/open-vm-tools/lib/include/guest_os_tables.h index 6c3a3eace..7ab940ca9 100644 --- a/open-vm-tools/lib/include/guest_os_tables.h +++ b/open-vm-tools/lib/include/guest_os_tables.h @@ -433,6 +433,8 @@ extern "C" { GOKM("freeBSD12-64", freebsd12_64Guest, TRUE) \ GOKM("freeBSD13", freebsd13Guest, TRUE) \ GOKM("freeBSD13-64", freebsd13_64Guest, TRUE) \ + GOKM("freeBSD14", freebsd14Guest, TRUE) \ + GOKM("freeBSD14-64", freebsd14_64Guest, TRUE) \ GOKM("openserver5", openServer5Guest, TRUE) \ GOKM("openserver6", openServer6Guest, TRUE) \ GOKM("unixware7", unixWare7Guest, TRUE) \