From: Oliver Kurth Date: Wed, 10 Jun 2020 19:05:44 +0000 (-0700) Subject: guest_os_tables.h: Backout previous change for SLES-16. X-Git-Tag: stable-11.2.0~172 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10e5fe6eb5bd803fe0545371d820133813b3e7d5;p=thirdparty%2Fopen-vm-tools.git guest_os_tables.h: Backout previous change for SLES-16. --- diff --git a/open-vm-tools/lib/include/guest_os_tables.h b/open-vm-tools/lib/include/guest_os_tables.h index 796f7bd9b..3191681f3 100644 --- a/open-vm-tools/lib/include/guest_os_tables.h +++ b/open-vm-tools/lib/include/guest_os_tables.h @@ -274,7 +274,6 @@ extern "C" { GOKM("sles12", sles12Guest, TRUE) \ GOKM("sles12-64", sles12_64Guest, TRUE) \ GOKM("sles15-64", sles15_64Guest, TRUE) \ - GOKM("sles16-64", sles16_64Guest, TRUE) \ GOKM("mandrake", mandrakeGuest, TRUE) \ GOKM("mandrake-64", mandriva64Guest, FALSE) \ GOKM("mandriva", mandrivaGuest, TRUE) \