diff options
Diffstat (limited to 'lib/libc/net/name6.c')
-rw-r--r-- | lib/libc/net/name6.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/net/name6.c b/lib/libc/net/name6.c index 405deda..2e445da 100644 --- a/lib/libc/net/name6.c +++ b/lib/libc/net/name6.c @@ -976,8 +976,8 @@ typedef union { u_char buf[MAXPACKET]; } querybuf; -static struct hostent *getanswer __P((const querybuf *, int, const char *, - int, struct hostent *, int *)); +static struct hostent *getanswer(const querybuf *, int, const char *, int, + struct hostent *, int *); /* * we don't need to take care about sorting, nor IPv4 mapped address here. |