aboutsummaryrefslogtreecommitdiff
path: root/cddl/contrib/opensolaris/head/nlist.h
diff options
context:
space:
mode:
Diffstat (limited to 'cddl/contrib/opensolaris/head/nlist.h')
-rw-r--r--cddl/contrib/opensolaris/head/nlist.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/cddl/contrib/opensolaris/head/nlist.h b/cddl/contrib/opensolaris/head/nlist.h
index ea1bd203bb31..de6be5e18444 100644
--- a/cddl/contrib/opensolaris/head/nlist.h
+++ b/cddl/contrib/opensolaris/head/nlist.h
@@ -19,6 +19,9 @@
*
* CDDL HEADER END
*/
+/*
+ * Copyright 2014 Garrett D'Amore <garrett@damore.org>
+ */
/* Copyright (c) 1988 AT&T */
/* All Rights Reserved */
@@ -26,8 +29,6 @@
#ifndef _NLIST_H
#define _NLIST_H
-#pragma ident "%Z%%M% %I% %E% SMI" /* SVr4.0 1.8.2.4 */
-
#ifdef __cplusplus
extern "C" {
#endif
@@ -41,11 +42,7 @@ struct nlist {
char n_numaux; /* number of aux. entries */
};
-#if defined(__STDC__)
extern int nlist(const char *, struct nlist *);
-#else /* __STDC__ */
-extern int nlist();
-#endif /* __STDC__ */
#ifdef __cplusplus
}