summaryrefslogtreecommitdiffstats
path: root/lib/libc/nls/_catgets.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/nls/_catgets.c')
-rw-r--r--lib/libc/nls/_catgets.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/nls/_catgets.c b/lib/libc/nls/_catgets.c
index 13e8d56d00b..c9bd9a5a347 100644
--- a/lib/libc/nls/_catgets.c
+++ b/lib/libc/nls/_catgets.c
@@ -4,7 +4,7 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
-static char rcsid[] = "$OpenBSD: _catgets.c,v 1.2 1996/08/19 08:30:02 tholo Exp $";
+static char rcsid[] = "$OpenBSD: _catgets.c,v 1.3 2002/02/16 21:27:23 millert Exp $";
#endif /* LIBC_SCCS and not lint */
#include <sys/cdefs.h>
@@ -15,7 +15,7 @@ __indr_reference(_catgets,catgets);
#include <nl_types.h>
-extern char * _catgets __P((nl_catd, int, int, const char *));
+extern char * _catgets(nl_catd, int, int, const char *);
char *
catgets(catd, set_id, msg_id, s)