diff options
Diffstat (limited to 'usr/src/lib/libc/port/gen/strtoumax.c')
-rw-r--r-- | usr/src/lib/libc/port/gen/strtoumax.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/src/lib/libc/port/gen/strtoumax.c b/usr/src/lib/libc/port/gen/strtoumax.c index 95a42c7c95..2fb3f144e4 100644 --- a/usr/src/lib/libc/port/gen/strtoumax.c +++ b/usr/src/lib/libc/port/gen/strtoumax.c @@ -19,15 +19,15 @@ * * CDDL HEADER END */ + /* - * Copyright 2004 Sun Microsystems, Inc. All rights reserved. + * Copyright 2006 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ #pragma ident "%Z%%M% %I% %E% SMI" -#include <sys/feature_tests.h> -#include "lint.h" +#include "synonyms.h" #include <inttypes.h> #include <sys/types.h> #include <stdlib.h> |