summaryrefslogtreecommitdiff
path: root/usr/src/cmd/saf/extern.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/cmd/saf/extern.h')
-rw-r--r--usr/src/cmd/saf/extern.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/usr/src/cmd/saf/extern.h b/usr/src/cmd/saf/extern.h
index 432a4000ad..0b909fba14 100644
--- a/usr/src/cmd/saf/extern.h
+++ b/usr/src/cmd/saf/extern.h
@@ -2,8 +2,9 @@
* CDDL HEADER START
*
* The contents of this file are subject to the terms of the
- * Common Development and Distribution License (the "License").
- * You may not use this file except in compliance with the License.
+ * Common Development and Distribution License, Version 1.0 only
+ * (the "License"). You may not use this file except in compliance
+ * with the License.
*
* You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
* or http://www.opensolaris.org/os/licensing.
@@ -22,14 +23,14 @@
/* All Rights Reserved */
/*
- * Copyright 2009 Sun Microsystems, Inc. All rights reserved.
+ * Copyright 2005 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
#ifndef _EXTERN_H
#define _EXTERN_H
-#include "structs.h"
+#pragma ident "%Z%%M% %I% %E% SMI"
#ifdef __cplusplus
extern "C" {
@@ -68,7 +69,7 @@ extern struct sactab *read_entry();
extern struct sactab *findpm();
extern char *trim();
-extern char *pstate(uchar_t);
+extern char *pstate(unchar);
extern char *nexttok();
extern char **mkargv();
extern char *make_tempname();