]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Common header file change not applicable to open-vm-tools.
authorOliver Kurth <okurth@vmware.com>
Wed, 7 Feb 2018 00:32:39 +0000 (16:32 -0800)
committerOliver Kurth <okurth@vmware.com>
Wed, 7 Feb 2018 00:32:39 +0000 (16:32 -0800)
open-vm-tools/lib/include/uuid.h

index 5de7253ec0666ae468502414aa7bc9d6fc812eb3..755e81e1b46b18e0be3d10687a58ae2128b04f00 100644 (file)
@@ -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 */
 
 
 /*