(getanswer): Remove __P use in variable definition.

This commit is contained in:
Ulrich Drepper 2004-09-07 21:10:49 +00:00
parent e0329987e3
commit 0cf12a6a6d
1 changed files with 1 additions and 1 deletions

View File

@ -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;