summaryrefslogtreecommitdiff
path: root/usr/src/head/fmtmsg.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/head/fmtmsg.h')
-rw-r--r--usr/src/head/fmtmsg.h12
1 files changed, 2 insertions, 10 deletions
diff --git a/usr/src/head/fmtmsg.h b/usr/src/head/fmtmsg.h
index de78bc53a9..209439f066 100644
--- a/usr/src/head/fmtmsg.h
+++ b/usr/src/head/fmtmsg.h
@@ -24,6 +24,8 @@
/*
+ * Copyright 2014 Garrett D'Amore <garrett@damore.org>
+ *
* Copyright 1996-2003 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
@@ -31,8 +33,6 @@
#ifndef _FMTMSG_H
#define _FMTMSG_H
-#pragma ident "%Z%%M% %I% %E% SMI" /* SVr4.0 1.3 */
-
#include <sys/feature_tests.h>
#ifdef __cplusplus
@@ -197,19 +197,11 @@ extern "C" {
/* Function definition */
#if !defined(_XPG4_2) || defined(__EXTENSIONS__)
-#if defined(__STDC__)
int addseverity(int, const char *);
-#else /* __STDC__ */
-int addseverity();
-#endif /* __STDC__ */
#endif /* !defined(_XPG4_2) || defined(__EXTENSIONS__) */
-#if defined(__STDC__)
int fmtmsg(long, const char *, int, const char *, const char *,
const char *);
-#else /* __STDC__ */
-int fmtmsg();
-#endif /* __STDC__ */
#ifdef __cplusplus
}