mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 23:00:07 +00:00
(getanswer): Remove __P use in variable definition.
This commit is contained in:
parent
e0329987e3
commit
0cf12a6a6d
@ -193,7 +193,7 @@ getanswer(answer, anslen, qname, qtype)
|
||||
int toobig = 0;
|
||||
char tbuf[MAXDNAME];
|
||||
const char *tname;
|
||||
int (*name_ok) __P((const char *));
|
||||
int (*name_ok) (const char *);
|
||||
|
||||
tname = qname;
|
||||
host.h_name = NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user