summaryrefslogtreecommitdiff
path: root/usr/src/lib/libc/port/gen/vpfmt.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/lib/libc/port/gen/vpfmt.c')
-rw-r--r--usr/src/lib/libc/port/gen/vpfmt.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/usr/src/lib/libc/port/gen/vpfmt.c b/usr/src/lib/libc/port/gen/vpfmt.c
index dbe5499882..081627256b 100644
--- a/usr/src/lib/libc/port/gen/vpfmt.c
+++ b/usr/src/lib/libc/port/gen/vpfmt.c
@@ -18,24 +18,24 @@
*
* 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"
/*
* vpfmt() - format and print (variable argument list)
*/
-#pragma weak vpfmt = _vpfmt
+#pragma weak _vpfmt = vpfmt
-#include "synonyms.h"
+#include "lint.h"
#include "mtlib.h"
#include <sys/types.h>
#include <pfmt.h>