diff options
Diffstat (limited to 'lib/libc/net/name6.c')
-rw-r--r-- | lib/libc/net/name6.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/net/name6.c b/lib/libc/net/name6.c index 6beaa2cfb6079..405deda373152 100644 --- a/lib/libc/net/name6.c +++ b/lib/libc/net/name6.c @@ -1000,7 +1000,7 @@ getanswer(answer, anslen, qname, qtype, template, errp) int haveanswer, had_error; char tbuf[MAXDNAME]; const char *tname; - int (*name_ok) __P((const char *)); + int (*name_ok)(const char *); static char *h_addr_ptrs[MAXADDRS + 1]; static char *host_aliases[MAXALIASES]; static char hostbuf[8*1024]; |