summaryrefslogtreecommitdiff
path: root/usr/src/head/sac.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/head/sac.h')
-rw-r--r--usr/src/head/sac.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/usr/src/head/sac.h b/usr/src/head/sac.h
index 7d205380e8..e263a74bc1 100644
--- a/usr/src/head/sac.h
+++ b/usr/src/head/sac.h
@@ -20,6 +20,8 @@
* CDDL HEADER END
*/
/*
+ * Copyright 2014 Garrett D'Amore <garrett@damore.org>
+ *
* Copyright (c) 1997-1998 by Sun Microsystems, Inc.
* All rights reserved.
*/
@@ -31,8 +33,6 @@
#ifndef _SAC_H
#define _SAC_H
-#pragma ident "%Z%%M% %I% %E% SMI" /* SVr4.0 1.4 */
-
#include <sys/types.h>
#ifdef __cplusplus
@@ -143,11 +143,7 @@ struct sacmsg {
#define E_RECOVER 9 /* in recovery */
#define E_SACNOTRUN 10 /* sac daemon is not running */
-#ifdef __STDC__
extern int doconfig(int, char *, long);
-#else
-extern int doconfig();
-#endif
#ifdef __cplusplus
}