summaryrefslogtreecommitdiff
path: root/usr/src/lib/libc/port/gen/gtxt.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/lib/libc/port/gen/gtxt.c')
-rw-r--r--usr/src/lib/libc/port/gen/gtxt.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/usr/src/lib/libc/port/gen/gtxt.c b/usr/src/lib/libc/port/gen/gtxt.c
index 145743bdd8..80936415dc 100644
--- a/usr/src/lib/libc/port/gen/gtxt.c
+++ b/usr/src/lib/libc/port/gen/gtxt.c
@@ -18,22 +18,22 @@
*
* CDDL HEADER END
*/
+
/*
- * 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"
/* __gtxt(): Common part to gettxt() and pfmt() */
-#pragma weak setcat = _setcat
+#pragma weak _setcat = setcat
-#include "synonyms.h"
+#include "lint.h"
#include "libc.h"
#include <mtlib.h>
#include <sys/types.h>