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:
parent
df6fd65e5d
commit
2b10887b85
@ -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 *));
|
||||
|
Loading…
Reference in New Issue
Block a user