summaryrefslogtreecommitdiffstats
path: root/include/nlist.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/nlist.h')
-rw-r--r--include/nlist.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/nlist.h b/include/nlist.h
index e27a647264e..af6ab3cfdc8 100644
--- a/include/nlist.h
+++ b/include/nlist.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: nlist.h,v 1.2 1997/09/21 10:45:46 niklas Exp $ */
+/* $OpenBSD: nlist.h,v 1.3 2002/02/16 21:27:17 millert Exp $ */
/* $NetBSD: nlist.h,v 1.5 1994/10/26 00:56:11 cgd Exp $ */
/*-
@@ -85,7 +85,7 @@ struct nlist {
#include <sys/cdefs.h>
__BEGIN_DECLS
-int nlist __P((const char *, struct nlist *));
+int nlist(const char *, struct nlist *);
__END_DECLS
#endif /* !_NLIST_H_ */