diff options
Diffstat (limited to 'usr/src/cmd/format/global.h')
| -rw-r--r-- | usr/src/cmd/format/global.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/cmd/format/global.h b/usr/src/cmd/format/global.h index fae5dead26..47f8f019e3 100644 --- a/usr/src/cmd/format/global.h +++ b/usr/src/cmd/format/global.h @@ -20,7 +20,7 @@ * CDDL HEADER END */ /* - * Copyright 1991-2003 Sun Microsystems, Inc. All rights reserved. + * Copyright 2005 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ @@ -41,7 +41,7 @@ extern "C" { #define L_TYPE_EFI 1 #ifndef UINT_MAX64 -#define UINT_MAX64 0xffffffffffffffff +#define UINT_MAX64 0xffffffffffffffffULL #endif #ifndef UINT_MAX32 |
