diff options
Diffstat (limited to 'usr/src/lib/libc/port/gen/deflt.c')
-rw-r--r-- | usr/src/lib/libc/port/gen/deflt.c | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/usr/src/lib/libc/port/gen/deflt.c b/usr/src/lib/libc/port/gen/deflt.c index 24cfd281fc..716b3dd79e 100644 --- a/usr/src/lib/libc/port/gen/deflt.c +++ b/usr/src/lib/libc/port/gen/deflt.c @@ -20,7 +20,7 @@ */ /* - * Copyright 2006 Sun Microsystems, Inc. All rights reserved. + * Copyright 2008 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ @@ -32,11 +32,7 @@ #pragma ident "%Z%%M% %I% %E% SMI" -#pragma weak defopen = _defopen -#pragma weak defread = _defread -#pragma weak defcntl = _defcntl - -#include "synonyms.h" +#include "lint.h" #include "libc.h" #include <stdio.h> #include <stdlib.h> |