summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortholo <tholo@openbsd.org>1996-09-15 08:09:48 +0000
committertholo <tholo@openbsd.org>1996-09-15 08:09:48 +0000
commitf2a2eac22c38f9daef82402a9240d4d97055db8c (patch)
tree71e8a8069e1c9b57a1cb1ef6e7e9c815a1410074
parentpraliases now has a man page. (diff)
downloadwireguard-openbsd-f2a2eac22c38f9daef82402a9240d4d97055db8c.tar.xz
wireguard-openbsd-f2a2eac22c38f9daef82402a9240d4d97055db8c.zip
Fix prototype
-rw-r--r--include/nl_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/nl_types.h b/include/nl_types.h
index 8ae1baadf33..2cdea261384 100644
--- a/include/nl_types.h
+++ b/include/nl_types.h
@@ -88,7 +88,7 @@ typedef struct {
typedef long nl_item;
-extern nl_catd catopen __P((__const char *, int));
+extern nl_catd catopen __P((const char *, int));
extern char *catgets __P((nl_catd, int, int, const char *));
extern int catclose __P((nl_catd));