diff options
Diffstat (limited to 'usr/src/lib/libc/port/stdio/fopen.c')
-rw-r--r-- | usr/src/lib/libc/port/stdio/fopen.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr/src/lib/libc/port/stdio/fopen.c b/usr/src/lib/libc/port/stdio/fopen.c index 24ad5f0966..4881cef27d 100644 --- a/usr/src/lib/libc/port/stdio/fopen.c +++ b/usr/src/lib/libc/port/stdio/fopen.c @@ -19,8 +19,9 @@ * * 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. */ @@ -39,7 +40,7 @@ #pragma ident "%Z%%M% %I% %E% SMI" -#include "lint.h" +#include "synonyms.h" #include "file64.h" #include <sys/types.h> #include <stdio.h> |