mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-01 23:43:35 +00:00
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
f23f4ce337
commit
2b77cdeac1
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=75621
@ -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