I think this was supposed to be __const like in NetBSD: I have no idea

why I changed it to const.

Noticed by:	David Wolfskill <david@catwhisker.org>
This commit is contained in:
Kris Kennaway 2001-04-17 18:16:46 +00:00
parent f23f4ce337
commit 2b77cdeac1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=75621

View File

@ -299,7 +299,7 @@ __END_DECLS
__BEGIN_DECLS
int asprintf __P((char **, const char *, ...)) __printflike(2, 3);
char *ctermid_r __P((char *));
const char *fmtcheck __P((const char *, const char *))
__const char *fmtcheck __P((const char *, const char *))
__attribute__((__format_arg__(2)));
char *fgetln __P((FILE *, size_t *));
int fpurge __P((FILE *));