diff options
| author | bg159949 <none@none> | 2005-08-17 11:53:32 -0700 |
|---|---|---|
| committer | bg159949 <none@none> | 2005-08-17 11:53:32 -0700 |
| commit | 052b6e8a13e1fb4be51ba482db6bb2e9833fa717 (patch) | |
| tree | 2196a553b7f5da9228c4905970bc3be987b55413 /usr/src/cmd/format/global.h | |
| parent | c8393ed7bc7b32f6789bec13aa1294cff6389188 (diff) | |
| download | illumos-joyent-052b6e8a13e1fb4be51ba482db6bb2e9833fa717.tar.gz | |
6268939 cmd/addbadsec and gcc don't get along
6271029 gcc and cmd/diskscan don't get along
6271084 gcc and cmd/format don't get along
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 |
