summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/sys/cladm.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/common/sys/cladm.h')
-rw-r--r--usr/src/uts/common/sys/cladm.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/usr/src/uts/common/sys/cladm.h b/usr/src/uts/common/sys/cladm.h
index 4850d6d89e..a131089fd8 100644
--- a/usr/src/uts/common/sys/cladm.h
+++ b/usr/src/uts/common/sys/cladm.h
@@ -20,6 +20,8 @@
* CDDL HEADER END
*/
/*
+ * Copyright 2014 Garrett D'Amore <garrett@damore.org>
+ *
* Copyright 1998-2002 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
@@ -27,8 +29,6 @@
#ifndef _SYS_CLADM_H
#define _SYS_CLADM_H
-#pragma ident "%Z%%M% %I% %E% SMI"
-
#ifdef __cplusplus
extern "C" {
#endif
@@ -143,11 +143,7 @@ typedef struct {
extern int cladmin(int fac, int cmd, void *data);
extern int cluster_bootflags;
#else
-#if defined(__STDC__)
extern int _cladm(int fac, int cmd, void *data);
-#else /* !defined(__STDC__) */
-extern int _cladm();
-#endif /* defined(__STDC__) */
#endif /* _KERNEL */
#ifdef __cplusplus