From: Oliver Kurth Date: Wed, 10 Jun 2020 19:05:44 +0000 (-0700) Subject: Add recognition of FreeBSD 13. X-Git-Tag: stable-11.2.0~168 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5612d4889d6dae21dfbb27ec4291807baa55ce7d;p=thirdparty%2Fopen-vm-tools.git Add recognition of FreeBSD 13. --- diff --git a/open-vm-tools/lib/include/guest_os_tables.h b/open-vm-tools/lib/include/guest_os_tables.h index c3145a551..c9a5dd5f4 100644 --- a/open-vm-tools/lib/include/guest_os_tables.h +++ b/open-vm-tools/lib/include/guest_os_tables.h @@ -377,6 +377,8 @@ extern "C" { GOKM("freeBSD11-64", freebsd11_64Guest, TRUE) \ GOKM("freeBSD12", freebsd12Guest, TRUE) \ GOKM("freeBSD12-64", freebsd12_64Guest, TRUE) \ + GOKM("freeBSD13", freebsd13Guest, TRUE) \ + GOKM("freeBSD13-64", freebsd13_64Guest, TRUE) \ GOKM("openserver5", openServer5Guest, TRUE) \ GOKM("openserver6", openServer6Guest, TRUE) \ GOKM("unixware7", unixWare7Guest, TRUE) \