From: Oliver Kurth Date: Fri, 2 Aug 2019 18:07:19 +0000 (-0700) Subject: Common header file change not applicable to open-vm-tools. X-Git-Tag: stable-11.1.0~298 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dcaca7837cb552fddd2d5d7bcc9d57a7572b0168;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 c38717889..4541a02e4 100644 --- a/open-vm-tools/lib/include/guest_os_tables.h +++ b/open-vm-tools/lib/include/guest_os_tables.h @@ -289,6 +289,8 @@ extern "C" { GOKM("debian9-64", debian9_64Guest, TRUE) \ GOKM("debian10", debian10Guest, TRUE) \ GOKM("debian10-64", debian10_64Guest, TRUE) \ + GOKM("debian11", debian11Guest, TRUE) \ + GOKM("debian11-64", debian11_64Guest, TRUE) \ GOKM("asianux3", asianux3Guest, TRUE) \ GOKM("asianux3-64", asianux3_64Guest, TRUE) \ GOKM("asianux4", asianux4Guest, TRUE) \