diff options
Diffstat (limited to 'e2fsprogs/uuid/uuid.h')
-rw-r--r-- | e2fsprogs/uuid/uuid.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/e2fsprogs/uuid/uuid.h b/e2fsprogs/uuid/uuid.h index a05f1c690..cd97a5e78 100644 --- a/e2fsprogs/uuid/uuid.h +++ b/e2fsprogs/uuid/uuid.h | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | * Public include file for the UUID library | 2 | * Public include file for the UUID library |
3 | * | 3 | * |
4 | * Copyright (C) 1996, 1997, 1998 Theodore Ts'o. | 4 | * Copyright (C) 1996, 1997, 1998 Theodore Ts'o. |
5 | * | 5 | * |
6 | * %Begin-Header% | 6 | * %Begin-Header% |
@@ -16,7 +16,7 @@ | |||
16 | * 3. The name of the author may not be used to endorse or promote | 16 | * 3. The name of the author may not be used to endorse or promote |
17 | * products derived from this software without specific prior | 17 | * products derived from this software without specific prior |
18 | * written permission. | 18 | * written permission. |
19 | * | 19 | * |
20 | * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED | 20 | * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED |
21 | * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES | 21 | * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
22 | * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, ALL OF | 22 | * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, ALL OF |
@@ -42,8 +42,8 @@ | |||
42 | typedef unsigned char uuid_t[16]; | 42 | typedef unsigned char uuid_t[16]; |
43 | 43 | ||
44 | /* UUID Variant definitions */ | 44 | /* UUID Variant definitions */ |
45 | #define UUID_VARIANT_NCS 0 | 45 | #define UUID_VARIANT_NCS 0 |
46 | #define UUID_VARIANT_DCE 1 | 46 | #define UUID_VARIANT_DCE 1 |
47 | #define UUID_VARIANT_MICROSOFT 2 | 47 | #define UUID_VARIANT_MICROSOFT 2 |
48 | #define UUID_VARIANT_OTHER 3 | 48 | #define UUID_VARIANT_OTHER 3 |
49 | 49 | ||