From: Oliver Kurth Date: Fri, 15 Sep 2017 18:23:41 +0000 (-0700) Subject: Changes to guest_os.h for Solaris 11 X-Git-Tag: stable-10.2.0~195 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92259d4832396c82d50b7a678ab294dceca34907;p=thirdparty%2Fopen-vm-tools.git Changes to guest_os.h for Solaris 11 --- diff --git a/open-vm-tools/lib/include/guest_os.h b/open-vm-tools/lib/include/guest_os.h index e80a75e1b..1d43080fc 100644 --- a/open-vm-tools/lib/include/guest_os.h +++ b/open-vm-tools/lib/include/guest_os.h @@ -1,5 +1,5 @@ /********************************************************* - * Copyright (C) 1998-2016 VMware, Inc. All rights reserved. + * Copyright (C) 1998-2017 VMware, Inc. All rights reserved. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published @@ -156,10 +156,12 @@ Bool Gos_InSetArray(uint32 gos, const uint32 *set); #define ALLPHOTON BS(PHOTON_64) +#define ALLSOLARIS11_OR_HIGHER \ + BS(SOLARIS11_64), BS(SOLARIS12_64) + #define ALLSOLARIS10_OR_HIGHER \ BS(SOLARIS10), BS(SOLARIS10_64), \ - BS(SOLARIS11_64), \ - BS(SOLARIS12_64) + ALLSOLARIS11_OR_HIGHER #define ALLSOLARIS BS(SOLARIS_6_AND_7), \ BS(SOLARIS8), \