summaryrefslogtreecommitdiff
path: root/usr/src/head/mon.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/head/mon.h')
-rw-r--r--usr/src/head/mon.h9
1 files changed, 2 insertions, 7 deletions
diff --git a/usr/src/head/mon.h b/usr/src/head/mon.h
index 4b9264cc66..9150b7ac87 100644
--- a/usr/src/head/mon.h
+++ b/usr/src/head/mon.h
@@ -22,8 +22,9 @@
/* Copyright (c) 1988 AT&T */
/* All Rights Reserved */
-
/*
+ * Copyright 2014 Garrett D'Amore <garrett@damore.org>
+ *
* Copyright 1997-2003 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
@@ -31,8 +32,6 @@
#ifndef _MON_H
#define _MON_H
-#pragma ident "%Z%%M% %I% %E% SMI"
-
#ifdef __cplusplus
extern "C" {
#endif
@@ -75,11 +74,7 @@ typedef unsigned short WORD;
#endif
#endif
-#if defined(__STDC__)
extern void monitor(int (*)(void), int (*)(void), WORD *, size_t, size_t);
-#else
-extern void monitor();
-#endif
#ifdef __cplusplus
}