diff options
Diffstat (limited to 'usr/src/head/stdlib.h')
-rw-r--r-- | usr/src/head/stdlib.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/usr/src/head/stdlib.h b/usr/src/head/stdlib.h index 1f21d3e589..1ec39552f1 100644 --- a/usr/src/head/stdlib.h +++ b/usr/src/head/stdlib.h @@ -19,7 +19,7 @@ * CDDL HEADER END */ /* - * Copyright 2006 Sun Microsystems, Inc. All rights reserved. + * Copyright 2007 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ @@ -83,11 +83,7 @@ extern "C" { #ifndef _UID_T #define _UID_T -#if defined(_LP64) || defined(_I32LPx) -typedef int uid_t; /* UID type */ -#else -typedef long uid_t; /* (historical version) */ -#endif +typedef unsigned int uid_t; /* UID type */ #endif /* !_UID_T */ #if defined(__STDC__) |