diff options
-rw-r--r-- | include/nl_types.h | 2 |
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)); |