From: Kruti Date: Mon, 8 Apr 2024 06:26:32 +0000 (-0700) Subject: Change to common header file not applicable to open-vm-tools. X-Git-Tag: stable-12.5.0~104 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76177671b4dbe6795b30d7282750daa6bc44c3ce;p=thirdparty%2Fopen-vm-tools.git Change to common header file 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 399cd76c8..55040fda1 100644 --- a/open-vm-tools/lib/include/guest_os_tables.h +++ b/open-vm-tools/lib/include/guest_os_tables.h @@ -454,6 +454,8 @@ extern "C" { GOKM("freeBSD13-64", freebsd13_64Guest, TRUE) \ GOKM("freeBSD14", freebsd14Guest, TRUE) \ GOKM("freeBSD14-64", freebsd14_64Guest, TRUE) \ + GOKM("freeBSD15", freebsd15Guest, TRUE) \ + GOKM("freeBSD15-64", freebsd15_64Guest, TRUE) \ GOKM("openserver5", openServer5Guest, TRUE) \ GOKM("openserver6", openServer6Guest, TRUE) \ GOKM("unixware7", unixWare7Guest, TRUE) \