From: Oliver Kurth Date: Wed, 7 Feb 2018 00:32:39 +0000 (-0800) Subject: Common header file change not applicable to open-vm-tools. X-Git-Tag: stable-10.3.0~139 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9da6562e0c04fa79fad726513508a628f29f4812;p=thirdparty%2Fopen-vm-tools.git Common header file change not applicable to open-vm-tools. --- diff --git a/open-vm-tools/lib/include/uuid.h b/open-vm-tools/lib/include/uuid.h index 5de7253ec..755e81e1b 100644 --- a/open-vm-tools/lib/include/uuid.h +++ b/open-vm-tools/lib/include/uuid.h @@ -56,14 +56,9 @@ typedef enum { } UUIDStyle; /* Scheme control */ -#define UUID_CREATE_WS4 0 /* the "original", WS4 and earlier scheme */ -#define UUID_CREATE_WS5 1 /* the WS5 scheme */ -#define UUID_CREATE_WS6 2 /* the WS6 scheme - "native" path */ -#define UUID_CREATE_ESX50 3 /* the scheme to allow location generated using - host UUID with wrong endianness as reported by - pre-ESX 5.0 U2. See PR 861271 for details. */ -#define UUID_CREATE_WS65 4 /* the WS65 scheme - UTF-8 path */ -#define UUID_CREATE_CURRENT 4 /* the current scheme - always the latest */ +#define UUID_CREATE_WS6 0 /* the WS6 scheme - "native" path */ +#define UUID_CREATE_WS65 1 /* the WS65 scheme - UTF-8 path */ +#define UUID_CREATE_CURRENT 1 /* the current scheme - always the latest */ /*