summaryrefslogtreecommitdiff
path: root/usr/src/lib/libc/port/gen/getpw.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/lib/libc/port/gen/getpw.c')
-rw-r--r--usr/src/lib/libc/port/gen/getpw.c11
1 files changed, 4 insertions, 7 deletions
diff --git a/usr/src/lib/libc/port/gen/getpw.c b/usr/src/lib/libc/port/gen/getpw.c
index 9155894497..629312f91e 100644
--- a/usr/src/lib/libc/port/gen/getpw.c
+++ b/usr/src/lib/libc/port/gen/getpw.c
@@ -18,21 +18,18 @@
*
* CDDL HEADER END
*/
+
/*
- * Copyright 2006 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"
-/* 3.0 SID # 1.2 */
-#pragma weak getpw = _getpw
-
-#include "synonyms.h"
+#include "lint.h"
#include "file64.h"
#include <sys/types.h>
#include <mtlib.h>