summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/sys/reboot.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/common/sys/reboot.h')
-rw-r--r--usr/src/uts/common/sys/reboot.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/usr/src/uts/common/sys/reboot.h b/usr/src/uts/common/sys/reboot.h
index 87b992d191..80dd7c76aa 100644
--- a/usr/src/uts/common/sys/reboot.h
+++ b/usr/src/uts/common/sys/reboot.h
@@ -20,6 +20,8 @@
* CDDL HEADER END
*/
/*
+ * Copyright 2014 Garrett D'Amore <garrett@damore.org>
+ *
* Copyright 2004 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
@@ -27,8 +29,6 @@
#ifndef _SYS_REBOOT_H
#define _SYS_REBOOT_H
-#pragma ident "%Z%%M% %I% %E% SMI"
-
#ifndef _ASM
#include <sys/types.h>
#endif
@@ -65,11 +65,7 @@ extern "C" {
#ifndef _ASM
-#if defined(__STDC__)
extern int reboot(int, char *);
-#else
-extern int reboot();
-#endif
#if defined(_KERNEL)