diff options
Diffstat (limited to 'usr/src/lib/libc/port/gen/opendir.c')
| -rw-r--r-- | usr/src/lib/libc/port/gen/opendir.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/usr/src/lib/libc/port/gen/opendir.c b/usr/src/lib/libc/port/gen/opendir.c index ca5b93b3ac..402fa76d62 100644 --- a/usr/src/lib/libc/port/gen/opendir.c +++ b/usr/src/lib/libc/port/gen/opendir.c @@ -20,15 +20,15 @@ */ /* - * Copyright 2007 Sun Microsystems, Inc. All rights reserved. + * Copyright 2008 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - /* Copyright (c) 1988 AT&T */ /* All Rights Reserved */ +#pragma ident "%Z%%M% %I% %E% SMI" + /* * opendir -- C library extension routine * @@ -37,9 +37,9 @@ * while holding internal libc locks. */ -#pragma weak opendir = _opendir +#pragma weak _opendir = opendir -#include "synonyms.h" +#include "lint.h" #include <dirent.h> #include <stdlib.h> #include <unistd.h> |
